问题描述
当我最新启动 jaeger allinone docker 时出现此错误。不知道这是为什么 - 有人可以帮忙吗?我在 Windows 上运行它,桌面 Docker。如果有帮助的话,这在公司代理后面。这是我用来启动的命令
docker run --name jaeger -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 -p 14250:14250 -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 -p 9411:9411 jaegertracing/all-in-one:latest
jaeger_1 | {"level":"warn","ts":1614280472.7859962,"caller":"[email protected]/clientconn.go:1275","msg":"grpc: addrConn.createTransport failed to connect to {:14250 0 }. Err: connection error: desc = "transport: Error while dialing failed to do connect handshake,response: \"HTTP/1.0 400 Bad Request\\r\\nConnection: close\\r\\n\\r\\nBad request\"". Reconnecting...","system":"grpc","grpc_log":true}
jaeger_1 | {"level":"info","ts":1614280472.7862206,"caller":"[email protected]/clientconn.go:1056","msg":"Subchannel Connectivity change to TRANSIENT_FAILURE","ts":1614280472.7865677,"caller":"[email protected]/clientconn.go:417","msg":"Channel Connectivity change to TRANSIENT_FAILURE","ts":1614280472.786733,"caller":"grpc/builder.go:119","msg":"Agent collector connection state change","dialTarget":":14250","status":"TRANSIENT_FAILURE"}
jaeger_1 | {"level":"info","ts":1614280473.7868812,"msg":"Subchannel Connectivity change to CONNECTING","ts":1614280473.7870724,"caller":"[email protected]/clientconn.go:1193","msg":"Subchannel picks a new address ":14250" to connect","grpc_log":true}
jaeger_1 | {"level":"warn","ts":1614280473.9255273,"ts":1614280473.925584,"ts":1614280475.517604,"ts":1614280475.517681,"ts":1614280475.6554408,"ts":1614280475.6555314,"ts":1614280478.3234975,"ts":1614280478.3236346,"ts":1614280478.5104907,"ts":1614280478.5105915,"ts":1614280481.8225894,"ts":1614280481.8227663,"ts":1614280482.031132,"grpc_log":true}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)