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/09/24 02:50:43 UTC

[GitHub] ascrutae commented on issue #1613: java.lang.StackOverflowError with skywalking SpringAnnotationInterceptor

ascrutae commented on issue #1613: java.lang.StackOverflowError with skywalking SpringAnnotationInterceptor
URL: https://github.com/apache/incubator-skywalking/issues/1613#issuecomment-423867954
 
 
   I have try this demoI with the latest agent , and I can't reproduce this issue. 
   
   I had add an Controller to call `demoService.process` method and Here is the sample data:
   ```
   segmentItems:
   - applicationCode: test-demo
     segmentSize: 1
     segments:
     - segmentId: 1.46.15377571935560000
       spans:
       - operationName: /test
         operationId: 0
         parentSpanId: -1
         spanId: 0
         spanLayer: Http
         startTime: 1537757193560
         endTime: 1537757193676
         componentId: 14
         componentName: ''
         isError: false
         spanType: Entry
         peer: ''
         peerId: 0
         tags:
         - {key: url, value: 'http://localhost:8080/test'}
         - {key: http.method, value: GET}
   ```
   
   

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