sofastack / sofa-registry

SOFARegistry is a production-level, low-latency, high-availability service registry powered by Ant Financial.
https://www.sofastack.tech/sofa-registry/docs/Home
Apache License 2.0
649 stars 244 forks source link

当前master代码打包出来的服务端启动健康检查报错 #25

Closed zhaojigang closed 5 years ago

zhaojigang commented 5 years ago

Your question

hi, 按照 https://www.sofastack.tech/sofa-registry/docs/Server-QuickStart 中自己下载源码包打包的方式,最后启动 server,健康检查报错如下: image 还有这个监控检查是改了吗?lsof -i:9603 发现没进程占用 image

Your scenes

describe your use scenes (why need this feature)

Your advice

describe the advice or solution you'd like

Environment

Synex-wh commented 5 years ago

你是否使用初始化nodes.metaNode参数使用了127.0.0.1,之前遇到过类似用户,如果不行你可以直接到钉钉群里问我 群号 : 23127468 image

zhaojigang commented 5 years ago

嗯,默认是localhost,改成 127.0.0.1 也不行

Synex-wh commented 5 years ago

你的mac还是win?换成当前ifconfig里的ip也不行么?我看你这个图截得是session的,是否其他角色ok呢,比如meta的curl http://{meta ip}:9615/health/check,按照你的图说的9603端口没有启动监听,应该在错误日志里爆错了,请贴一下具体原因,不行钉钉详细聊

zhaojigang commented 5 years ago

感谢 @Synex-wh ,这个是因为我使用 jdk10 打了包,所以会出问题,改为 jdk8 去打包就 ok 了