dubbo + zookeeper encounter pits

1 can access dubbo-admin page but can not get connected to the project that is not registered on the service
Here Insert Picture Description
seems to reconfigure the zoo.cfg on the line?

2. The first time requested to register themselves so as zookeeper at the beginning or registration (connection) failure The second project is no problem. . .
Here Insert Picture Description
3. In the service layer interface method calls dubbo of service and this method was used in local service methods such as userService.login () but found Userserviceimpl not inherit Userservice
Here Insert Picture Description
succession

4. application.yml is not configured in the configuration file on redis (default is localhost and there will be local redis years) it may be because no open redis
Here Insert Picture Description

Start solve dubbo reported Failed to bind NettyServer on ip: port problems

Published 81 original articles · won praise 19 · views 3621

Guess you like

Origin blog.csdn.net/c22cxz/article/details/104550468