You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/12/27 06:18:51 UTC

[GitHub] xiaoxing598 opened a new issue #2091: HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to EnhancedInstance

xiaoxing598 opened a new issue #2091: HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to EnhancedInstance
URL: https://github.com/apache/incubator-skywalking/issues/2091
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   When using Skywalking in the SpringGateway project, when I triggered an HTTP request coming in, the following error occurred:
   ```
   Service internal error. error: Internal Server Error, message: 
   org.springframework.cloud.gateway.filter.factory.HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance, 
   exception: java.lang.ClassCastException, trace: java.lang.ClassCastException: org.springframework.cloud.gateway.filter.factory.HystrixGatewayFilterFactory$RouteHystrixCommand cannot be cast to org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance
   ```
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   centos7
   jdk8
   skywalking6
   
   - What happen?
   Spring officially simple example can be reproduced
   ___
   ### Requirement or improvement
   I need your support for the SpringGateway project.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services