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 2019/03/02 05:21:37 UTC

[GitHub] vanlin opened a new issue #2308: [agent]java.lang.NullPointerException: null with apm-spring-annotation-plugin-6.0.0-GA.jar

vanlin opened a new issue #2308: [agent]java.lang.NullPointerException: null with apm-spring-annotation-plugin-6.0.0-GA.jar
URL: https://github.com/apache/incubator-skywalking/issues/2308
 
 
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   SkyWalking ver:  6.0 GA
   ServiceComb ver: 1.1.0
   JRE: 1.8
   
   when I enabled apm-spring-annotation-plugin-6.0.0-GA.jar plugins and then I get NPE ! 
   
   NPE cause:
   
   ```java
   org.apache.servicecomb.core.definition.schema.AbstractSchemaFactory.setSchemaLoader 
   ```
   method @Inject annotation missing ,  schemaLoader cannot inject.
   av
   ##### disabled apm-spring-annotation-plugin-6.0.0-GA.jar
   
   ![image](https://user-images.githubusercontent.com/983627/53677602-a1254200-3ced-11e9-907c-05d6aaebdfde.png)
   
   ##### enabled apm-spring-annotation-plugin-6.0.0-GA.jar
   
   ![image](https://user-images.githubusercontent.com/983627/53677605-abdfd700-3ced-11e9-9b6d-168a0c2daf7c.png)
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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