org.apache.dubbo.rpc.RpcException: Fail to start server(url: dubbo://192.168.82.190:20882/service

Problem Description

org.apache.dubbo.rpc.RpcException: Fail to start server(url: dubbo://192.168.82.190:20882/service.UserInfoService......

com.alibaba.dubbo.rpc.RpcException: Fail to start server The service failed to start

Caused by: org.apache.dubbo.remoting.RemotingException: Failed to bind NettyServer on /192.168.82.190:20882, cause: Address already in use: bind failed to bind to port 20881 of this machine, reason: Address already in use


 Solution

In the Application configuration, re-modify and change the port  configured by dubbo .

Guess you like

Origin blog.csdn.net/zsy3757486/article/details/130237673