apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.82k stars 6.52k forks source link

HystrixGatewayFilterFactory java.lang.ClassCastException #2008

Closed ppboyhai closed 5 years ago

ppboyhai commented 5 years ago

Please answer these questions before submitting your issue.


Question


Bug

github24518 commented 5 years ago

我也遇到这个问题!! Whitelabel Error Page This application has no configured error view, so you are seeing this as a fallback.

Thu Dec 06 17:51:29 CST 2018 There was an unexpected error (type=Internal Server Error, status=500). org.springframework.cloud.gateway.filter.factory.HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance

github24518 commented 5 years ago

使用springcloud gateway代理转发的时候,出现异常 Whitelabel Error Page This application has no configured error view, so you are seeing this as a fallback.

Thu Dec 06 17:51:29 CST 2018 There was an unexpected error (type=Internal Server Error, status=500). org.springframework.cloud.gateway.filter.factory.HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance

wu-sheng commented 5 years ago

Need your demo codes.

github24518 commented 5 years ago

o 就是一个普通代理转发项目哇,启动时候指定skywalking-agent.jar。

wu-sheng commented 5 years ago

ClassCastException has been fixed, follow #2126 to support gateway