Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christo4ferris/563090c5b673f364e646776b4ab28d1e to your computer and use it in GitHub Desktop.
Save christo4ferris/563090c5b673f364e646776b4ab28d1e to your computer and use it in GitHub Desktop.
where I am
2018-05-26 03:04:45.202 UTC [msp] getMspConfig -> INFO 001 Loading NodeOUs
2018-05-26 03:04:45.238 UTC [nodeCmd] serve -> INFO 002 Starting peer:
Version: 1.2.0-snapshot-7a666f2cb
Go version: go1.10
OS/Arch: linux/amd64
Experimental features: true
Chaincode:
Base Image Version: 0.4.8
Base Docker Namespace: hyperledger
Base Docker Label: org.hyperledger.fabric
Docker Namespace: hyperledger
2018-05-26 03:04:45.238 UTC [ledgermgmt] initialize -> INFO 003 Initializing ledger mgmt
2018-05-26 03:04:45.238 UTC [kvledger] NewProvider -> INFO 004 Initializing ledger provider
2018-05-26 03:04:45.304 UTC [kvledger] NewProvider -> INFO 005 ledger provider Initialized
2018-05-26 03:04:45.304 UTC [ledgermgmt] initialize -> INFO 006 ledger mgmt initialized
2018-05-26 03:04:45.305 UTC [peer] func1 -> INFO 007 Auto-detected peer address: 172.24.0.2:7051
2018-05-26 03:04:45.305 UTC [peer] func1 -> INFO 008 Returning peer1.org1.example.com:7051
2018-05-26 03:04:45.305 UTC [peer] func1 -> INFO 009 Auto-detected peer address: 172.24.0.2:7051
2018-05-26 03:04:45.305 UTC [peer] func1 -> INFO 00a Returning peer1.org1.example.com:7051
2018-05-26 03:04:45.306 UTC [eventhub_producer] start -> INFO 00b Event processor started
2018-05-26 03:04:45.307 UTC [nodeCmd] computeChaincodeEndpoint -> INFO 00c Entering computeChaincodeEndpoint with peerHostname: peer1.org1.example.com
2018-05-26 03:04:45.307 UTC [nodeCmd] computeChaincodeEndpoint -> INFO 00d Exit with ccEndpoint: peer1.org1.example.com:7052
panic: Error opening plugin at path /opt/lib/evmscc.so: plugin.Open("/opt/lib/evmscc.so"): libltdl.so.7: cannot open shared object file: No such file or directory
goroutine 1 [running]:
github.com/hyperledger/fabric/core/scc.loadPlugin(0xc4204a02a0, 0x12, 0x0)
/opt/gopath/src/github.com/hyperledger/fabric/core/scc/loadsysccs.go:72 +0x54d
github.com/hyperledger/fabric/core/scc.loadSysCCsWithConfig(0xc42000e430, 0x1, 0x1)
/opt/gopath/src/github.com/hyperledger/fabric/core/scc/loadsysccs.go:51 +0xa6
github.com/hyperledger/fabric/core/scc.loadSysCCs.func1()
/opt/gopath/src/github.com/hyperledger/fabric/core/scc/loadsysccs.go:44 +0x97
sync.(*Once).Do(0x1991ac8, 0x10a5a80)
/opt/go/src/sync/once.go:44 +0xbe
github.com/hyperledger/fabric/core/scc.loadSysCCs(0xc42016cdc0, 0xc42000e3f8, 0xc42016cdc0, 0x1127080)
/opt/gopath/src/github.com/hyperledger/fabric/core/scc/loadsysccs.go:38 +0x39
github.com/hyperledger/fabric/core/scc.CreateSysCCs(0x113f900, 0xc42000e3f8, 0xc42016cdc0, 0x1127080, 0xc420317a90, 0x267, 0x3c0, 0x0)
/opt/gopath/src/github.com/hyperledger/fabric/core/scc/register_pluginsenabled.go:20 +0x98
github.com/hyperledger/fabric/peer/node.registerChaincodeSupport(0xc42017b340, 0xc42003809b, 0x1b, 0x1138700, 0xc42000e358, 0x1127080, 0xc420317a90, 0x0, 0x0, 0xea72e0, ...)
/opt/gopath/src/github.com/hyperledger/fabric/peer/node/start.go:631 +0x5df
github.com/hyperledger/fabric/peer/node.serve(0x19919e0, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hyperledger/fabric/peer/node/start.go:231 +0xaf8
github.com/hyperledger/fabric/peer/node.glob..func1(0x1882cc0, 0x19919e0, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hyperledger/fabric/peer/node/start.go:111 +0x9c
github.com/hyperledger/fabric/vendor/github.com/spf13/cobra.(*Command).execute(0x1882cc0, 0x19919e0, 0x0, 0x0, 0x1882cc0, 0x19919e0)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/spf13/cobra/command.go:698 +0x46d
github.com/hyperledger/fabric/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x1883320, 0x196d7b0, 0xf, 0x2)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/spf13/cobra/command.go:783 +0x2e4
github.com/hyperledger/fabric/vendor/github.com/spf13/cobra.(*Command).Execute(0x1883320, 0x2, 0xffffffffffffffff)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/github.com/spf13/cobra/command.go:736 +0x2b
main.main()
/opt/gopath/src/github.com/hyperledger/fabric/peer/main.go:97 +0x5bf
cbf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment