You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "fenglky (via GitHub)" <gi...@apache.org> on 2023/03/29 22:06:00 UTC

[GitHub] [dubbo] fenglky opened a new issue, #11968: 在启动多个新版本dubbo实例时,会抛出BindException

fenglky opened a new issue, #11968:
URL: https://github.com/apache/dubbo/issues/11968

   由于QOS默认prot是22222,启动多个新版本dubbo实例,默认端口已使用,
   会抛出java.net.BindException: Address already in use


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #11968: 在启动多个新版本dubbo实例时,会抛出BindException

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11968:
URL: https://github.com/apache/dubbo/issues/11968#issuecomment-1489593955

   22222 端口作为运维端口,需要固定下来端口,不能使用动态生成的端口。
   如果同时部署的时候需要修改 qos 的端口,dubbo.application.qos-port=xxx
   此外 `Address already in use` 是不会影响使用的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org