Git Product home page Git Product logo

Comments (6)

ytpuls avatar ytpuls commented on July 21, 2024 1

已临时解决:
1.application.properties需配置group与namespace,例如
dubbo.application.name=dubbo-admin
dubbo.registry.address=nacos://127.0.0.1:8848
dubbo.registry.username=nacos
dubbo.registry.password=nacos
dubbo.registry.parameters.namespace=xxx
dubbo.metadata-report.address=nacos://127.0.0.1:8848
dubbo.metadata-report.username=nacos
dubbo.metadata-report.password=nacos
dubbo.metadata-report.parameters.namespace=xxx
dubbo.metadata-report.group=test
2. NacosServiceMapping.java
getAllServiceNames()方法中需要将DEFAULT_GROUP改成配置文件中所在的group
image
并在listenerAll()方法中删除此判断
image
@Achieve777

from dubbo-admin.

chickenlj avatar chickenlj commented on July 21, 2024

我们会首先尝试复现这个问题

from dubbo-admin.

guxiaowu avatar guxiaowu commented on July 21, 2024

可以在你部署dubbo-admin的那台机器上,ping一下服务提供者部署的机器ip,看是否能够ping通

from dubbo-admin.

ldcsaa avatar ldcsaa commented on July 21, 2024

可以在你部署dubbo-admin的那台机器上,ping一下服务提供者部署的机器ip,看是否能够ping通

都是同样的环境,只是修改了设置而已。

from dubbo-admin.

Achieve777 avatar Achieve777 commented on July 21, 2024

存在同样的问题

  1. 本地部署 provider, 强制只注册服务级接口 register-mode=instance
  2. 按照wiki修改注册中心, 然后启动 dubbo-admin-0.6.0, 查询不到任何服务
  3. 修改provider为双注册 register-mode=all, 然后重启 dubbo-admin-0.6.0, 服务正常调用

from dubbo-admin.

QQQJoker avatar QQQJoker commented on July 21, 2024

我也碰到了同样的问题,这个问题官网有修复吗

from dubbo-admin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.