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 2022/07/16 09:56:24 UTC

[GitHub] [skywalking] ypg521 commented on issue #7505: [NodeJS Agent] When oap-server had stoped, java invokes node, the node app will raise "TypeError" and exit.

ypg521 commented on issue #7505:
URL: https://github.com/apache/skywalking/issues/7505#issuecomment-1186137330

   I reproduce this issue use :
   * org.apache.httpcomponents.httpclient:4.5.13
   * apache-skywalking-java-agent-8.11.0
   
   And I not start OAP.
   
   The request message that Httpclient send  to node server:
   ```
   GET / HTTP/1.1
   sw8:
   sw8-correlation:
   sw8-x: 0-
   Host: 127.0.0.1:8081
   Connection: Keep-Alive
   User-Agent: Apache-HttpClient/4.5.13 (Java/1.8.0_322)
   Accept-Encoding: gzip,deflate
   
   ```
   
   Because if OAP is not working, Java agent will create a `IgnoredTracerContext` 
   Then `ContextCarrier` will put   incorrect data ,  method `serialize`  will generate some error headers
   
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org