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/07/17 22:34:00 UTC

[GitHub] ascrutae commented on issue #1429: InvokeForRequestInterceptor throw java.lang.IllegalStateException: No active context

ascrutae commented on issue #1429: InvokeForRequestInterceptor throw java.lang.IllegalStateException: No active context
URL: https://github.com/apache/incubator-skywalking/issues/1429#issuecomment-405750005
 
 
   This issue is that there isn't any `TraceContext` created before the spring interceptors invoked. because of the spring plugin store the `request` and the `response` object in `RuntimeContext` in `TraceContext`.
   
   @wu-sheng Maybe we can't store  `request` and `response` in `RuntimeContext`. What do you think ?

----------------------------------------------------------------
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