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/06/17 23:43:43 UTC

[GitHub] wu-sheng commented on issue #1361: Spring Boot application with security filter startup fails with 5.0 beta agent

wu-sheng commented on issue #1361: Spring Boot application with security filter startup fails with 5.0 beta agent
URL: https://github.com/apache/incubator-skywalking/issues/1361#issuecomment-397914409
 
 
   I can provide this detail to help you guess what is really happening.
   
   Each controller in your application will be added a new field for auto instrumentation, your log has mentioned it. So maybe your applucation security component will check the fields somehow. This is the potential cause.
   
   Of source, skywalking wouldn't add any autoware annotation for that field, that should be normal harmness field. But in your case, it harms.
   
   If you can pinpoint whats codes in your or spring in checking this, and how to check. We can provide more helps.

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