You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/14 10:50:33 UTC

[GitHub] tangmingming commented on issue #1224: agent启动报错

tangmingming commented on issue #1224: agent启动报错
URL: https://github.com/apache/incubator-skywalking/issues/1224#issuecomment-388776203
 
 
   是我服务端application.yml 配置有问题  改成本机IP(10.111.80.226)就好了
   
   naming:
     jetty:
       host: 0.0.0.0
       port: 10800
       context_path: /
   remote:
     gRPC:
       host: 10.111.80.226
       port: 11800
   agent_gRPC:
     gRPC:
       host: 10.111.80.226
       port: 11800
   agent_jetty:
     jetty:
       host: 10.111.80.226
       port: 12800
       context_path: /
   analysis_register:

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services