-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
spring cloud aliaba 2.2.6 版本 no provider #2228
Comments
我们也遇到同样问题,但是项目启动会报 no provider 的错误,但是启动后服务之间调用正常。 |
我的没问题,我用的都是最新版的,一直没问题 |
我也出现了一样的情况,报no provider。看了源码,临时解决的办法是:确保上一个服务在注册中心已经注册成功,再启动下一个服务。两个服务并行启动或间隔太短,后者收不到上一个服务的上线event通知。 |
我启动正常服务无法调用 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
我们也遇到这个问题,现在解决了,写了个文章看看对大家有没帮助 https://blog.m2c.top/spring-cloud-alibaba-dubbo-no-provider.html |
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
哦 我更新了url 这个问题还没好吗 https://blog.m2c.top/spring-cloud-alibaba-dubbo-no-provider.html |
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
This issue has been open 30 days with no activity. This will be closed in 7 days. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
您好,我们项目中升级了spring cloud alibaba 版本;
spring cloud alibaba.version= 2.2.6.RELEASE,
spring boot.version=2.2.13.RELEASE,
spring-cloud.version=Hoxton.SR12;
但是项目启动会报 no provider 的错误,但是启动后服务之间调用正常。
dubbo 配置如下:
spring:
profiles: test
cloud:
nacos:
discovery:
server-addr: 'address'
enabled: true
register-enabled: true
config:
username: nacos
password: nacos
dubbo:
scan:
base-packages: cn.xxx.xxx.xxx
consumer:
check: false
client: netty
retries: 0
timeout: 8000
threadpool: fixed
threads: 200
queues: 0
loadbalance: 'roundrobin'
version: '1.0.0'
protocol:
name: dubbo
port: 20802
client: netty
server: netty
serialization: hessian2
charset: utf-8
threadpool: fixed
threads: 200
queues: 0
iothreads: 9
buffer: 8192
accepts: 1000
payload: 8388608
dispatcher: all
registry:
address: 'nacos://xxx.xxx.xxx:xx'
cloud:
subscribed-services: 'A-service,B-service'
provider:
timeout: 8000
# 配置负载均衡策略(轮询)
loadbalance: roundrobin
filter: 'logMonitorServiceFilter,retailExceptionFilter,-exception'
version: '1.0.0'
threadpool: fixed
threads: 200
The text was updated successfully, but these errors were encountered: