Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo and nacos Problems encountered #1231

Closed
xinchungitHub opened this issue May 16, 2019 · 2 comments
Closed

dubbo and nacos Problems encountered #1231

xinchungitHub opened this issue May 16, 2019 · 2 comments
Labels
area/Dubbo Related to dubbo kind/question Category issues related to questions or problems

Comments

@xinchungitHub
Copy link

Combining Nacos with dubbo, both microservices have service A interface to call service B. Service B invokes service A interface, and it will report errors if it starts directly.
The error information is as follows:
failed to req API:http://127.0.0.1:8848/nacos/v1/ns/instance/list. code:404 msg: service not found: DEFAULT_GROUP@@providers:com.xc.service.app.AppOrderService:1.0.0

Why define an interface as a way of service? Once there are more interfaces, the list of services can't be seen.

@nacos-bot nacos-bot added area/Dubbo Related to dubbo kind/question Category issues related to questions or problems labels May 16, 2019
@xinchungitHub
Copy link
Author

And when I set it up
dubbo.reference.com.foo.BarService.check: false
dubbo.reference.check: false
dubbo.consumer.check: false
dubbo.registry.check: false

There's only one log that's similar to for loop error reporting.
failed to req API:http://127.0.0.1:8848/nacos/v1/ns/instance/list. code:404 msg: service not found:

@nkorange
Copy link
Collaborator

@xinchungitHub The service 'providers:com.xc.service.app.AppOrderService:1.0.0' has to be registered before you query for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Dubbo Related to dubbo kind/question Category issues related to questions or problems
Projects
None yet
Development

No branches or pull requests

3 participants