fails to instrument threadPoolExecutor by bytebuddy2019 Community Moderator ElectionInstrument in java level using byte-buddyByteBuddy and annotationsInstrument all implementations of a set of interfaces with ByteBuddyException on invocation of java agent instrumented via ByteBuddyAccessing fields on parameters of instrumented method using ByteBuddyBytebuddy AsmVisitorWrapperredefine static methods with ByteBuddyIntercept Error constructor with bytebuddyWhen attaching agent to running process, bytebuddy transformer doesn't seem to take effectInstrumenting multiple methods within same class with ByteBuddyInstrument Java system class with byteBuddy
Turning a hard to access nut?
Is there a term for accumulated dirt on the outside of your hands and feet?
What does "Four-F." mean?
In the 1924 version of The Thief of Bagdad, no character is named, right?
Does .bashrc contain syntax errors?
Wrapping homogeneous python objects
Print last inputted byte
Synchronized implementation of a bank account in Java
Unfrosted light bulb
How is the partial sum of a geometric sequence calculated?
My friend is being a hypocrite
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
Do US professors/group leaders only get a salary, but no group budget?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Is it insecure to send a password in a `curl` command?
Is it correct to say "which country do you like the most?"
How to generate binary array whose elements with values 1 are randomly drawn
Optimising a list searching algorithm
Can other pieces capture a threatening piece and prevent a checkmate?
Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?
Light propagating through a sound wave
Does multi-classing into Fighter give you heavy armor proficiency?
Could Sinn Fein swing any Brexit vote in Parliament?
What can I do if I am asked to learn different programming languages very frequently?
fails to instrument threadPoolExecutor by bytebuddy
2019 Community Moderator ElectionInstrument in java level using byte-buddyByteBuddy and annotationsInstrument all implementations of a set of interfaces with ByteBuddyException on invocation of java agent instrumented via ByteBuddyAccessing fields on parameters of instrumented method using ByteBuddyBytebuddy AsmVisitorWrapperredefine static methods with ByteBuddyIntercept Error constructor with bytebuddyWhen attaching agent to running process, bytebuddy transformer doesn't seem to take effectInstrumenting multiple methods within same class with ByteBuddyInstrument Java system class with byteBuddy
I encounter the same problem with this post.
https://stackoverflow.com/questions/49321938/instrument-in-java-level-using-byte-buddy/55032131#55032131
when I use the code instrument threadpoolexecutor,
new AgentBuilder.Default()
.ignore(ElementMatchers.none())
.type(ElementMatchers.nameContains("ThreadPoolExecutor"))
.transform((builder, type, classLoader, module) -> builder
.visit(Advice.to(ThreadPoolExecutorAdvice.class).on(ElementMatchers.any()))
).installOn(instrumentation);
I got this error, How to solve it?
java.lang.IllegalStateException: Cannot represent public org.apache.tomcat.util.threads.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.RejectedExecutionHandler) as given method constant
byte-buddy
add a comment |
I encounter the same problem with this post.
https://stackoverflow.com/questions/49321938/instrument-in-java-level-using-byte-buddy/55032131#55032131
when I use the code instrument threadpoolexecutor,
new AgentBuilder.Default()
.ignore(ElementMatchers.none())
.type(ElementMatchers.nameContains("ThreadPoolExecutor"))
.transform((builder, type, classLoader, module) -> builder
.visit(Advice.to(ThreadPoolExecutorAdvice.class).on(ElementMatchers.any()))
).installOn(instrumentation);
I got this error, How to solve it?
java.lang.IllegalStateException: Cannot represent public org.apache.tomcat.util.threads.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.RejectedExecutionHandler) as given method constant
byte-buddy
add a comment |
I encounter the same problem with this post.
https://stackoverflow.com/questions/49321938/instrument-in-java-level-using-byte-buddy/55032131#55032131
when I use the code instrument threadpoolexecutor,
new AgentBuilder.Default()
.ignore(ElementMatchers.none())
.type(ElementMatchers.nameContains("ThreadPoolExecutor"))
.transform((builder, type, classLoader, module) -> builder
.visit(Advice.to(ThreadPoolExecutorAdvice.class).on(ElementMatchers.any()))
).installOn(instrumentation);
I got this error, How to solve it?
java.lang.IllegalStateException: Cannot represent public org.apache.tomcat.util.threads.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.RejectedExecutionHandler) as given method constant
byte-buddy
I encounter the same problem with this post.
https://stackoverflow.com/questions/49321938/instrument-in-java-level-using-byte-buddy/55032131#55032131
when I use the code instrument threadpoolexecutor,
new AgentBuilder.Default()
.ignore(ElementMatchers.none())
.type(ElementMatchers.nameContains("ThreadPoolExecutor"))
.transform((builder, type, classLoader, module) -> builder
.visit(Advice.to(ThreadPoolExecutorAdvice.class).on(ElementMatchers.any()))
).installOn(instrumentation);
I got this error, How to solve it?
java.lang.IllegalStateException: Cannot represent public org.apache.tomcat.util.threads.ThreadPoolExecutor(int,int,long,java.util.concurrent.TimeUnit,java.util.concurrent.BlockingQueue,java.util.concurrent.RejectedExecutionHandler) as given method constant
byte-buddy
byte-buddy
asked Mar 6 at 21:51
zheyi yizheyi yi
216
216
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You are probably trying to get a Method instance injected while you are instrumenting a Constructor. Switch the parameter type and it should work out.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032731%2ffails-to-instrument-threadpoolexecutor-by-bytebuddy%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are probably trying to get a Method instance injected while you are instrumenting a Constructor. Switch the parameter type and it should work out.
add a comment |
You are probably trying to get a Method instance injected while you are instrumenting a Constructor. Switch the parameter type and it should work out.
add a comment |
You are probably trying to get a Method instance injected while you are instrumenting a Constructor. Switch the parameter type and it should work out.
You are probably trying to get a Method instance injected while you are instrumenting a Constructor. Switch the parameter type and it should work out.
answered Mar 8 at 7:12
Rafael WinterhalterRafael Winterhalter
28.1k1368146
28.1k1368146
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032731%2ffails-to-instrument-threadpoolexecutor-by-bytebuddy%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown