启动时发生这错误,我将相关hyperledger的版本视频的调整一样,课程8的自定义镜像也试了,还是无果。
0, 0xa0, 0x98)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport/http2_client.go:135 +0x5a
github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport.newHTTP2Client(0x7f4f23f0aa50, 0xc42036e060, 0x7ffed0219a87, 0x18, 0x0, 0x0, 0xda8cf6, 0x11, 0x0, 0x0, ...)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport/http2_client.go:173 +0xbf
github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport.NewClientTransport(0x7f4f23f0aa50, 0xc42036e060, 0x7ffed0219a87, 0x18, 0x0, 0x0, 0xda8cf6, 0x11, 0x0, 0x0, ...)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/transport/transport.go:463 +0xae
github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*addrConn).resetTransport(0xc4200d1340, 0xc420333400, 0x70a61c, 0x0)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/clientconn.go:876 +0x282
github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn.func1(0xc4200d1340)
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/clientconn.go:648 +0x34
created by github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*ClientConn).resetAddrConn
/opt/gopath/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/clientconn.go:657 +0x756
!!!!!!!!!!!!!!! Channel creation failed !!!!!!!!!!!!!!!!
========= ERROR !!! FAILED to execute End-2-End Scenario ===========
我的镜像
[root@iZ28cqnygliZ first-network]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
laradock_redis latest 0a71744afb19 39 hours ago 83.4MB
laradock_mysql latest 6e3906063ac3 39 hours ago 484MB
redis latest 0a153379a539 5 days ago 83.4MB
golang latest be13d0c67b75 5 days ago 777MB
node latest 8672b25e842c 2 weeks ago 674MB
hello-world latest 4ab4c602aa5e 4 weeks ago 1.84kB
mysql latest 6a834f03bd02 4 weeks ago 484MB
laradock/workspace 2.2-7.2 95b8f4b0dbc9 6 months ago 667MB
ubuntu 16.10 7d3f705d307c 14 months ago 107MB
hyperledger/fabric-tools latest 0403fd1c72c7 15 months ago 1.32GB
hyperledger/fabric-tools x86_64-1.0.0 0403fd1c72c7 15 months ago 1.32GB
hyperledger/fabric-orderer latest e317ca5638ba 15 months ago 179MB
hyperledger/fabric-orderer x86_64-1.0.0 e317ca5638ba 15 months ago 179MB
hyperledger/fabric-peer latest 6830dcd7b9b5 15 months ago 182MB
hyperledger/fabric-peer x86_64-1.0.0 6830dcd7b9b5 15 months ago 182MB
hyperledger/fabric-ca latest a15c59ecda5b 15 months ago 238MB
hyperledger/fabric-ca x86_64-1.0.0 a15c59ecda5b 15 months ago 238MB
hyperledger/fabric-baseos x86_64-0.3.1 4b0cab202084 17 months ago 157MB
网上的方式也尝试了一下,没有效果。为什么会一直出现 /opt/gopath/src/目录,这个目录就是go的目录也不是项目目录,很好奇是不是问题切入点