wu-sheng commented on issue #763: Decouple JDBCURL parser logic from URLParser URL: https://github.com/apache/incubator-skywalking/issues/763#issuecomment-359147348 @zone1511 Sorry for misleading you. You need to push the SPI init later, maybe use a double-check lock in Interceptor can avoid the classloader problem. And don't use `AgentClassLoader#getDefault()`, choose to use `Interceptor.class.getClassLoader()` instead(my best guess for now).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
