Guest User

Untitled

a guest
May 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. tcp 0 0 *:ssh *:* LISTEN -
  2. tcp 0 0 *:vsat-control *:* LISTEN 12360/node-red
  3. tcp 0 0 localhost:smtp *:* LISTEN -
  4. tcp 0 0 *:7050 *:* LISTEN -
  5. tcp 0 0 *:7051 *:* LISTEN -
  6. tcp 0 0 *:7053 *:* LISTEN -
  7. tcp 0 0 *:7054 *:* LISTEN -
  8. tcp 0 0 *:ssh *:* LISTEN -
  9. tcp 0 0 localhost:smtp *:* LISTEN -
  10. tcp 0 0 *:couchdb *:* LISTEN -
  11.  
  12. 2018-05-24 08:18:55.337 EDT [shim] SetupChaincodeLogging -> INFO 001 Chaincode log level not provided; defaulting to: INFO
  13. 2018-05-24 08:18:55.338 EDT [shim] SetupChaincodeLogging -> INFO 002 Chaincode (build level: ) starting up ...
  14. 2018-05-24 08:18:58.338 EDT [shim] userChaincodeStreamGetter -> ERRO 003 context deadline exceeded
  15. error trying to connect to local peer
  16. github.com/hyperledger/fabric/core/chaincode/shim.userChaincodeStreamGetter
  17. /home/linux1/go/src/github.com/hyperledger/fabric/core/chaincode/shim/chaincode.go:111
  18. github.com/hyperledger/fabric/core/chaincode/shim.Start
  19. /home/linux1/go/src/github.com/hyperledger/fabric/core/chaincode/shim/chaincode.go:150
  20. main.main
  21. /home/linux1/go/src/SyndicatedLoans/syndbid.go:234
  22. runtime.main
  23. /usr/local/go/src/runtime/proc.go:198
  24. runtime.goexit
  25. /usr/local/go/src/runtime/asm_s390x.s:986
  26. Error starting Simple chaincode: error trying to connect to local peer: context deadline exceededlinux1@sfhyperledger:~/go/src/SyndicatedLoans>
Add Comment
Please, Sign In to add comment