Skip to content

Instantly share code, notes, and snippets.

@yanpozka
Created November 25, 2017 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanpozka/003704bcfd953550e554a4ceb8883add to your computer and use it in GitHub Desktop.
Save yanpozka/003704bcfd953550e554a4ceb8883add to your computer and use it in GitHub Desktop.
Docker-compose output
peer | 2017-11-25 06:30:18.338 UTC [endorser] ProcessProposal -> DEBU 2ee Entry
peer | 2017-11-25 06:30:18.338 UTC [protoutils] ValidateProposalMessage -> DEBU 2ef ValidateProposalMessage starts for signed proposal 0xc421c76120
peer | 2017-11-25 06:30:18.338 UTC [protoutils] validateChannelHeader -> DEBU 2f0 validateChannelHeader info: header type 1
peer | 2017-11-25 06:30:18.338 UTC [protoutils] checkSignatureFromCreator -> DEBU 2f1 checkSignatureFromCreator starts
peer | 2017-11-25 06:30:18.339 UTC [protoutils] checkSignatureFromCreator -> DEBU 2f2 checkSignatureFromCreator info: creator is &{DEFAULT 08d3cb7b7e7aa9b1e001378aa0ce558053e7785c68402348fc7c72b290ac10c4}
peer | 2017-11-25 06:30:18.340 UTC [protoutils] checkSignatureFromCreator -> DEBU 2f3 checkSignatureFromCreator info: creator is valid
peer | 2017-11-25 06:30:18.340 UTC [protoutils] checkSignatureFromCreator -> DEBU 2f4 checkSignatureFromCreator exists successfully
peer | 2017-11-25 06:30:18.340 UTC [protoutils] validateChaincodeProposalMessage -> DEBU 2f5 validateChaincodeProposalMessage starts for proposal 0xc421771ae0, header 0xc421c76180
peer | 2017-11-25 06:30:18.340 UTC [protoutils] validateChaincodeProposalMessage -> DEBU 2f6 validateChaincodeProposalMessage info: header extension references chaincode name:"cscc"
peer | 2017-11-25 06:30:18.340 UTC [endorser] ProcessProposal -> DEBU 2f7 processing txid: 1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612
peer | 2017-11-25 06:30:18.340 UTC [endorser] simulateProposal -> DEBU 2f8 Entry - txid: 1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612 channel id:
peer | 2017-11-25 06:30:18.340 UTC [endorser] callChaincode -> DEBU 2f9 Entry - txid: 1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612 channel id: version: 1.0.2
peer | 2017-11-25 06:30:18.341 UTC [ccprovider] NewCCContext -> DEBU 2fa NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612,syscc=true,proposal=0xc421771ae0,canname=cscc:1.0.2
peer | 2017-11-25 06:30:18.341 UTC [chaincode] Launch -> DEBU 2fb chaincode is running(no need to launch) : cscc:1.0.2
peer | 2017-11-25 06:30:18.341 UTC [chaincode] Execute -> DEBU 2fc Entry
peer | 2017-11-25 06:30:18.341 UTC [chaincode] Execute -> DEBU 2fd chaincode canonical name: cscc:1.0.2
peer | 2017-11-25 06:30:18.341 UTC [chaincode] sendExecuteMessage -> DEBU 2fe [1b621dce]Inside sendExecuteMessage. Message TRANSACTION
peer | 2017-11-25 06:30:18.341 UTC [chaincode] setChaincodeProposal -> DEBU 2ff Setting chaincode proposal context...
peer | 2017-11-25 06:30:18.341 UTC [chaincode] setChaincodeProposal -> DEBU 300 Proposal different from nil. Creating chaincode proposal context...
peer | 2017-11-25 06:30:18.341 UTC [chaincode] sendExecuteMessage -> DEBU 301 [1b621dce]sendExecuteMsg trigger event TRANSACTION
peer | 2017-11-25 06:30:18.341 UTC [chaincode] processStream -> DEBU 302 [1b621dce]Move state message TRANSACTION
peer | 2017-11-25 06:30:18.341 UTC [chaincode] HandleMessage -> DEBU 303 [1b621dce]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready
peer | 2017-11-25 06:30:18.341 UTC [chaincode] filterError -> DEBU 304 Ignoring NoTransitionError: no transition
peer | 2017-11-25 06:30:18.341 UTC [chaincode] processStream -> DEBU 305 [1b621dce]sending state message TRANSACTION
peer | 2017-11-25 06:30:18.341 UTC [shim] func1 -> DEBU 306 [1b621dce]Received message TRANSACTION from shim
peer | 2017-11-25 06:30:18.341 UTC [shim] handleMessage -> DEBU 307 [1b621dce]Handling ChaincodeMessage of type: TRANSACTION(state:ready)
peer | 2017-11-25 06:30:18.341 UTC [shim] beforeTransaction -> DEBU 308 [1b621dce]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready)
peer | 2017-11-25 06:30:18.341 UTC [cscc] Invoke -> DEBU 309 Invoke function: GetConfigBlock
peer | 2017-11-25 06:30:18.343 UTC [shim] func1 -> DEBU 30a [1b621dce]Transaction completed. Sending COMPLETED
peer | 2017-11-25 06:30:18.343 UTC [shim] func1 -> DEBU 30b [1b621dce]Move state message COMPLETED
peer | 2017-11-25 06:30:18.343 UTC [shim] handleMessage -> DEBU 30c [1b621dce]Handling ChaincodeMessage of type: COMPLETED(state:ready)
peer | 2017-11-25 06:30:18.343 UTC [shim] func1 -> DEBU 30d [1b621dce]send state message COMPLETED
peer | 2017-11-25 06:30:18.343 UTC [chaincode] processStream -> DEBU 30e [1b621dce]Received message COMPLETED from shim
peer | 2017-11-25 06:30:18.343 UTC [chaincode] HandleMessage -> DEBU 30f [1b621dce]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready
peer | 2017-11-25 06:30:18.343 UTC [chaincode] HandleMessage -> DEBU 310 [1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612]HandleMessage- COMPLETED. Notify
peer | 2017-11-25 06:30:18.343 UTC [chaincode] notify -> DEBU 311 notifying Txid:1b621dce3a8ea80e88f6fcca65d7ffc3423c284c30fce5153f473f288fd59612
peer | 2017-11-25 06:30:18.343 UTC [chaincode] Execute -> DEBU 312 Exit
peer | 2017-11-25 06:30:18.343 UTC [endorser] callChaincode -> DEBU 313 Exit
peer | 2017-11-25 06:30:18.343 UTC [endorser] simulateProposal -> DEBU 314 Exit
peer | 2017-11-25 06:30:18.344 UTC [endorser] ProcessProposal -> DEBU 315 Exit
orderer | 2017-11-25 06:30:18.377 UTC [orderer/main] Broadcast -> DEBU 75f Starting new Broadcast handler
orderer | 2017-11-25 06:30:18.377 UTC [orderer/common/broadcast] Handle -> DEBU 760 Starting new broadcast loop
peer | 2017-11-25 06:30:18.379 UTC [endorser] ProcessProposal -> DEBU 316 Entry
peer | 2017-11-25 06:30:18.379 UTC [protoutils] ValidateProposalMessage -> DEBU 317 ValidateProposalMessage starts for signed proposal 0xc421c77500
peer | 2017-11-25 06:30:18.379 UTC [protoutils] validateChannelHeader -> DEBU 318 validateChannelHeader info: header type 3
peer | 2017-11-25 06:30:18.379 UTC [protoutils] checkSignatureFromCreator -> DEBU 319 checkSignatureFromCreator starts
peer | 2017-11-25 06:30:18.380 UTC [protoutils] checkSignatureFromCreator -> DEBU 31a checkSignatureFromCreator info: creator is &{DEFAULT 08d3cb7b7e7aa9b1e001378aa0ce558053e7785c68402348fc7c72b290ac10c4}
peer | 2017-11-25 06:30:18.383 UTC [protoutils] checkSignatureFromCreator -> DEBU 31b checkSignatureFromCreator info: creator is valid
peer | 2017-11-25 06:30:18.383 UTC [protoutils] checkSignatureFromCreator -> DEBU 31c checkSignatureFromCreator exists successfully
peer | 2017-11-25 06:30:18.383 UTC [protoutils] validateChaincodeProposalMessage -> DEBU 31d validateChaincodeProposalMessage starts for proposal 0xc421c81ae0, header 0xc421c77530
peer | 2017-11-25 06:30:18.383 UTC [protoutils] validateChaincodeProposalMessage -> DEBU 31e validateChaincodeProposalMessage info: header extension references chaincode name:"lscc"
peer | 2017-11-25 06:30:18.383 UTC [endorser] ProcessProposal -> DEBU 31f processing txid: ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e
peer | 2017-11-25 06:30:18.383 UTC [fsblkstorage] retrieveTransactionByID -> DEBU 320 retrieveTransactionByID() - txId = [ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e]
peer | 2017-11-25 06:30:18.383 UTC [lockbasedtxmgr] NewTxSimulator -> DEBU 321 constructing new tx simulator
peer | 2017-11-25 06:30:18.383 UTC [lockbasedtxmgr] newLockBasedTxSimulator -> DEBU 322 constructing new tx simulator [bf2e6883-d1c5-47d9-bc0c-41e25ae51f87]
peer | 2017-11-25 06:30:18.383 UTC [endorser] simulateProposal -> DEBU 323 Entry - txid: ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e channel id: myc
peer | 2017-11-25 06:30:18.383 UTC [endorser] callChaincode -> DEBU 324 Entry - txid: ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e channel id: myc version: 1.0.2
peer | 2017-11-25 06:30:18.384 UTC [ccprovider] NewCCContext -> DEBU 325 NewCCCC (chain=myc,chaincode=lscc,version=1.0.2,txid=ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e,syscc=true,proposal=0xc421c81ae0,canname=lscc:1.0.2
peer | 2017-11-25 06:30:18.384 UTC [chaincode] Launch -> DEBU 326 chaincode is running(no need to launch) : lscc:1.0.2
peer | 2017-11-25 06:30:18.384 UTC [chaincode] Execute -> DEBU 327 Entry
peer | 2017-11-25 06:30:18.384 UTC [chaincode] Execute -> DEBU 328 chaincode canonical name: lscc:1.0.2
peer | 2017-11-25 06:30:18.384 UTC [chaincode] sendExecuteMessage -> DEBU 329 [ac07be01]Inside sendExecuteMessage. Message TRANSACTION
peer | 2017-11-25 06:30:18.384 UTC [chaincode] setChaincodeProposal -> DEBU 32a Setting chaincode proposal context...
peer | 2017-11-25 06:30:18.384 UTC [chaincode] setChaincodeProposal -> DEBU 32b Proposal different from nil. Creating chaincode proposal context...
peer | 2017-11-25 06:30:18.384 UTC [chaincode] sendExecuteMessage -> DEBU 32c [ac07be01]sendExecuteMsg trigger event TRANSACTION
peer | 2017-11-25 06:30:18.384 UTC [chaincode] processStream -> DEBU 32d [ac07be01]Move state message TRANSACTION
peer | 2017-11-25 06:30:18.384 UTC [chaincode] HandleMessage -> DEBU 32e [ac07be01]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready
peer | 2017-11-25 06:30:18.384 UTC [chaincode] filterError -> DEBU 32f Ignoring NoTransitionError: no transition
peer | 2017-11-25 06:30:18.384 UTC [chaincode] processStream -> DEBU 330 [ac07be01]sending state message TRANSACTION
peer | 2017-11-25 06:30:18.384 UTC [shim] func1 -> DEBU 331 [ac07be01]Received message TRANSACTION from shim
peer | 2017-11-25 06:30:18.384 UTC [shim] handleMessage -> DEBU 332 [ac07be01]Handling ChaincodeMessage of type: TRANSACTION(state:ready)
peer | 2017-11-25 06:30:18.384 UTC [shim] beforeTransaction -> DEBU 333 [ac07be01]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready)
peer | 2017-11-25 06:30:18.384 UTC [shim] handleGetState -> DEBU 334 [ac07be01]Sending GET_STATE
peer | 2017-11-25 06:30:18.384 UTC [chaincode] processStream -> DEBU 335 [ac07be01]Received message GET_STATE from shim
peer | 2017-11-25 06:30:18.384 UTC [chaincode] HandleMessage -> DEBU 336 [ac07be01]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready
peer | 2017-11-25 06:30:18.384 UTC [chaincode] afterGetState -> DEBU 337 [ac07be01]Received GET_STATE, invoking get state from ledger
peer | 2017-11-25 06:30:18.384 UTC [chaincode] filterError -> DEBU 338 Ignoring NoTransitionError: no transition
peer | 2017-11-25 06:30:18.385 UTC [chaincode] func1 -> DEBU 339 [ac07be01] getting state for chaincode lscc, key mycc, channel myc
peer | 2017-11-25 06:30:18.385 UTC [stateleveldb] GetState -> DEBU 33a GetState(). ns=lscc, key=mycc
peer | 2017-11-25 06:30:18.385 UTC [chaincode] func1 -> DEBU 33b [ac07be01]No state associated with key: mycc. Sending RESPONSE with an empty payload
peer | 2017-11-25 06:30:18.385 UTC [chaincode] 1 -> DEBU 33c [ac07be01]handleGetState serial send RESPONSE
peer | 2017-11-25 06:30:18.385 UTC [shim] func1 -> DEBU 33d [ac07be01]Received message RESPONSE from shim
peer | 2017-11-25 06:30:18.385 UTC [shim] handleMessage -> DEBU 33e [ac07be01]Handling ChaincodeMessage of type: RESPONSE(state:ready)
peer | 2017-11-25 06:30:18.385 UTC [shim] sendChannel -> DEBU 33f [ac07be01]before send
peer | 2017-11-25 06:30:18.386 UTC [shim] sendChannel -> DEBU 340 [ac07be01]after send
peer | 2017-11-25 06:30:18.386 UTC [shim] afterResponse -> DEBU 341 [ac07be01]Received RESPONSE, communicated (state:ready)
peer | 2017-11-25 06:30:18.386 UTC [shim] handleGetState -> DEBU 342 [ac07be01]GetState received payload RESPONSE
peer | 2017-11-25 06:30:18.386 UTC [shim] handlePutState -> DEBU 343 [ac07be01]Inside putstate
peer | 2017-11-25 06:30:18.387 UTC [shim] handlePutState -> DEBU 344 [ac07be01]Sending PUT_STATE
peer | 2017-11-25 06:30:18.387 UTC [chaincode] processStream -> DEBU 345 [ac07be01]Received message PUT_STATE from shim
peer | 2017-11-25 06:30:18.387 UTC [chaincode] HandleMessage -> DEBU 346 [ac07be01]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready
peer | 2017-11-25 06:30:18.387 UTC [chaincode] filterError -> DEBU 347 Ignoring NoTransitionError: no transition
peer | 2017-11-25 06:30:18.387 UTC [chaincode] func1 -> DEBU 348 [ac07be01]state is ready
peer | 2017-11-25 06:30:18.387 UTC [chaincode] func1 -> DEBU 349 [ac07be01]Completed PUT_STATE. Sending RESPONSE
peer | 2017-11-25 06:30:18.387 UTC [chaincode] 1 -> DEBU 34a [ac07be01]enterBusyState trigger event RESPONSE
peer | 2017-11-25 06:30:18.387 UTC [chaincode] processStream -> DEBU 34b [ac07be01]Move state message RESPONSE
peer | 2017-11-25 06:30:18.387 UTC [chaincode] HandleMessage -> DEBU 34c [ac07be01]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready
peer | 2017-11-25 06:30:18.387 UTC [chaincode] filterError -> DEBU 34d Ignoring NoTransitionError: no transition
peer | 2017-11-25 06:30:18.387 UTC [chaincode] processStream -> DEBU 34e [ac07be01]sending state message RESPONSE
peer | 2017-11-25 06:30:18.387 UTC [shim] func1 -> DEBU 34f [ac07be01]Received message RESPONSE from shim
peer | 2017-11-25 06:30:18.387 UTC [shim] handleMessage -> DEBU 350 [ac07be01]Handling ChaincodeMessage of type: RESPONSE(state:ready)
peer | 2017-11-25 06:30:18.387 UTC [shim] sendChannel -> DEBU 351 [ac07be01]before send
peer | 2017-11-25 06:30:18.387 UTC [shim] sendChannel -> DEBU 352 [ac07be01]after send
peer | 2017-11-25 06:30:18.387 UTC [shim] afterResponse -> DEBU 353 [ac07be01]Received RESPONSE, communicated (state:ready)
peer | 2017-11-25 06:30:18.387 UTC [shim] handlePutState -> DEBU 354 [ac07be01]Received RESPONSE. Successfully updated state
peer | 2017-11-25 06:30:18.387 UTC [shim] func1 -> DEBU 355 [ac07be01]Transaction completed. Sending COMPLETED
peer | 2017-11-25 06:30:18.387 UTC [shim] func1 -> DEBU 356 [ac07be01]Move state message COMPLETED
peer | 2017-11-25 06:30:18.387 UTC [shim] handleMessage -> DEBU 357 [ac07be01]Handling ChaincodeMessage of type: COMPLETED(state:ready)
peer | 2017-11-25 06:30:18.387 UTC [shim] func1 -> DEBU 358 [ac07be01]send state message COMPLETED
peer | 2017-11-25 06:30:18.387 UTC [chaincode] processStream -> DEBU 359 [ac07be01]Received message COMPLETED from shim
peer | 2017-11-25 06:30:18.387 UTC [chaincode] HandleMessage -> DEBU 35a [ac07be01]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready
peer | 2017-11-25 06:30:18.387 UTC [chaincode] HandleMessage -> DEBU 35b [ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e]HandleMessage- COMPLETED. Notify
peer | 2017-11-25 06:30:18.387 UTC [chaincode] notify -> DEBU 35c notifying Txid:ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e
peer | 2017-11-25 06:30:18.387 UTC [chaincode] Execute -> DEBU 35d Exit
peer | 2017-11-25 06:30:18.387 UTC [ccprovider] NewCCContext -> DEBU 35e NewCCCC (chain=myc,chaincode=mycc,version=0,txid=ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e,syscc=false,proposal=0xc421c81ae0,canname=mycc:0
peer | 2017-11-25 06:30:18.387 UTC [chaincode] sendReady -> DEBU 35f handler not found for chaincode mycc:0
peer | 2017-11-25 06:30:18.387 UTC [chaincode] Launch -> ERRO 360 sending init failed(handler not found for chaincode mycc:0)
peer | 2017-11-25 06:30:18.387 UTC [container] lockContainer -> DEBU 361 waiting for container(dev-peer-mycc-0) lock
peer | 2017-11-25 06:30:18.387 UTC [container] lockContainer -> DEBU 362 got container (dev-peer-mycc-0) lock
peer | 2017-11-25 06:30:18.388 UTC [dockercontroller] stopInternal -> DEBU 363 Stop container dev-peer-mycc-0(No such container: dev-peer-mycc-0)
peer | 2017-11-25 06:30:18.388 UTC [dockercontroller] stopInternal -> DEBU 364 Kill container dev-peer-mycc-0 (No such container: dev-peer-mycc-0)
peer | 2017-11-25 06:30:18.389 UTC [dockercontroller] stopInternal -> DEBU 365 Remove container dev-peer-mycc-0 (No such container: dev-peer-mycc-0)
peer | 2017-11-25 06:30:18.389 UTC [container] unlockContainer -> DEBU 366 container lock deleted(dev-peer-mycc-0)
peer | 2017-11-25 06:30:18.389 UTC [chaincode] Launch -> DEBU 367 sending init completed
peer | 2017-11-25 06:30:18.389 UTC [chaincode] Launch -> DEBU 368 LaunchChaincode complete
peer | 2017-11-25 06:30:18.389 UTC [endorser] callChaincode -> DEBU 369 Exit
peer | 2017-11-25 06:30:18.389 UTC [endorser] simulateProposal -> ERRO 36a failed to invoke chaincode name:"lscc" on transaction ac07be0167f3e97e084289b9975bce4f3343a2c70f87ca949fec0cc1e4f1dc8e, error: Failed to init chaincode(handler not found for chaincode mycc:0)
peer | 2017-11-25 06:30:18.389 UTC [endorser] simulateProposal -> DEBU 36b Exit
peer | 2017-11-25 06:30:18.389 UTC [lockbasedtxmgr] Done -> DEBU 36c Done with transaction simulation / query execution [bf2e6883-d1c5-47d9-bc0c-41e25ae51f87]
peer | 2017-11-25 06:30:18.389 UTC [endorser] ProcessProposal -> DEBU 36d Exit
orderer | 2017-11-25 06:30:18.389 UTC [orderer/common/broadcast] Handle -> WARN 761 Error reading from stream: rpc error: code = Canceled desc = context canceled
orderer | 2017-11-25 06:30:18.389 UTC [orderer/main] func1 -> DEBU 762 Closing Broadcast stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment