2021-11-23 10:22:14 2021-11-23 10:22:14.113 DEBUG [lk-baoding-portal,,,] 6 --- [ Thread-90] com.netflix.hystrix.AbstractCommand : Error executing HystrixCommand.run(). Proceeding to fallback logic ...
2021-11-23 10:22:14 java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
2021-11-23 10:22:14 at org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes(RequestContextHolder.java:131)
2021-11-23 10:22:14 at com.laikang.cloud.starter.common.intercepter.TokenRequestInterceptor.apply(TokenRequestInterceptor.java:38)
2021-11-23 10:22:14 at feign.SynchronousMethodHandler.targetRequest(SynchronousMethodHandler.java:161)
2021-11-23 10:22:14 at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:110)
2021-11-23 10:22:14 at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
2021-11-23 10:22:14 at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
2021-11-23 10:22:14 at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
2021-11-23 10:22:14 at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
2021-11-23 10:22:14 at rx.internal.operators.OnSubs
非web请求的feign调用 ,xxl-job的feign调用,报错
于 2021-11-24 15:12:30 首次发布