-
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
Sentinel Gatway 触发限流时报 java.lang.NoSuchMethodError #3688
Comments
spring-cloud-alibaba-sentinel-gateway 2023.0.0.0-RC1 依赖的 spring-cloud-starter-gateway 版本是 4.1.0 |
降到 spring-cloud 2023.0.0 spring-cloud-starter-gateway 4.1.0 也是报这个 |
@dowenliu-xyz 可以先按这种方式解决下。alibaba/Sentinel#3298 |
This issue has been open 30 days with no activity. This will be closed in 7 days. |
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community. |
这个问题还没解决啊。 |
So how did everyone solve it in the end? |
Which Component
spring-cloud-starter-gateway 4.1.2 (spring-cloud 2023.0.1)
spring-cloud-starter-alibaba-sentinel 2023.0.0.0-RC1
spring-cloud-alibaba-sentinel-gateway 2023.0.0.1-RC1
Describe the bug
A clear and concise description of what the bug is.
当请求QPS触发流控后,gateway 没有返回错误页面,而是 empty_body,查看控制台输出:
Simplest demo
https://github.com/dowenliu-xyz/sentinel-gateway-class-not-found
To Reproduce
Steps to reproduce the behavior:
Additional context
MacOS 、 Temurin OpenJDK 21.0.2
The text was updated successfully, but these errors were encountered: