-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
sentinel + feign + SP(Hoxton.SR10)Requested bean is currently in creation: Is there an unresolvable circular reference #1974
Comments
It seems the issue exists |
same error
|
我也是这个问题,把Hoxton.SR10修改为Hoxton.SR9就不报错了。 错误内容: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'testController': Unsatisfied dependency expressed through field 'providerClient'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'org.example.testnacos.ProviderClient': Requested bean is currently in creation: Is there an unresolvable circular reference? |
It is fixed in the latest release: https://github.com/alibaba/spring-cloud-alibaba/releases/tag/2020.0.RC1 Applaud~~~~~~ |
same issue.. |
This issue will be fixed in 2.2.6.RELEASE for H SR10, please wait... |
Since it has not been fixed, it is recommended not to close the issue. |
<spring-cloud.version>2020.0.3</spring-cloud.version> org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'scopedTarget.adminTestController' defined in file |
|
在2.2.6.RELEASE中就会修复掉这个问题 |
<spring-boot.version>2.2.13.RELEASE</spring-boot.version> |
1:sdk版本
spring-cloud-starter-alibaba-sentinel:2.2.5.RELEASE
spring cloud:Hoxton.SR10(Hoxton.SR9以下都正常,Hoxton.SR10与2020.x版本都不行)
2:开启
feign.sentinel. enabled=true
3:保证项目中有feign客户端
项目启动失败
类:SentinelFeign 83行 报错
错误信息:Requested bean is currently in creation: Is there an unresolvable circular reference?
The text was updated successfully, but these errors were encountered: