HydrangeaPurple commented on issue #15273: URL: https://github.com/apache/dubbo/issues/15273#issuecomment-2760832189
> 你的报错信息直接表明是端口被占用导致无法绑定监听,你可以尝试一下调整端口或者查看是哪个进程占用的端口,然后将该进程终止。我要再仔细查看你报错中的调用栈信息,才能确认是不是dubbo本身的问题。我愿意提交一个pr来修复这个bug。 Your error message clearly indicates that the port is already in use, which is preventing the listener from binding. You can try changing the port or checking which process is occupying the port, then terminating that process. I need to carefully examine the stack trace information in your error message to determine if the issue is with Dubbo itself.I am willing to submit a PR to fix this bug. 然后发现 dubbo 3.1.11 没有 NettyRequestFacade 这个类, 之前写的插件失效了 🥲 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
