dubbo 2.7.2 一台服务器启动多个报qos-server can not bind localhost:22222, dubbo version: 2.7.2

Created on 14 Jun 2019  ·  7Comments  ·  Source: apache/dubbo

dubbo 版本:2.7.2

image
更改后无效还是继续报错,但是服务能启动
image

image

typquestion & discussion

Most helpful comment

why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1

All 7 comments

请修改服务端口

你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高

dubbo.application.qos.port=22222

把上面的配置删掉

配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html

qos 2.7.2版本参数改过了,取的是qos-enable,qos-port

why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1

why not release one version for the qos related bug fix?
all the qos settings cannot be take effect.
so I must rollback to 2.7.1

I had the same problem.

你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高

dubbo.application.qos.port=22222

把上面的配置删掉

配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html

没用,我的版本2.7.3,试了没效果

你需要把 dubbo.properties 的配置注释了,dubbo.properties 的优先级要高

dubbo.application.qos.port=22222

把上面的配置删掉
配置文件的优先级文章 http://dubbo.apache.org/zh-cn/docs/user/configuration/configuration-load-process.html

没用,我的版本2.7.3,试了没效果

你可以考虑指定为其他端口,因为22222是默认绑定端口

Was this page helpful?
0 / 5 - 0 ratings