Capture request in JDK class jdk.internal.net.http.HttpClientImpl #610
Unanswered
vuhoanghiep1993
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need capture request in sendAsync() function but in onEnter() method , I use ContextManager.needRecordOrReplay()
But it have error :
java.lang.ClassNotFoundException: io.arex.inst.runtime.context.ContextManager
... 206 more
java.lang.NoClassDefFoundError: io/arex/inst/runtime/context/ContextManager
I search it said because jdk.internal.net.http.HttpClientImpl is bootstrap classloader but ContextManager is application classloader
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions