Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.InternalError #35

Open
eostermueller opened this issue May 17, 2014 · 0 comments
Open

java.lang.InternalError #35

eostermueller opened this issue May 17, 2014 · 0 comments

Comments

@eostermueller
Copy link
Contributor

The following stack trace comes from the intrace-agent.jar and happens when requesting to instrument a class, one other than the Log4JLogger seen below.
The intrace code I used was from the patch for this enhancement:
#31
I built the intrace-agent.jar file myself so I could add the "exception transforming" error message.

Log4JLogger comes from commons-logging-1.1.1.jar.

In this particular instance, the error is just a nuissance. I have a hunch this is causing problems in other tough-to-reproduce situations.
--Erik

exception transforming [org.apache.juli.logging.impl.Log4JLogger]
java.lang.InternalError
        at sun.instrument.InstrumentationImpl.retransformClasses0(Native Method)
        at sun.instrument.InstrumentationImpl.retransformClasses(InstrumentationImpl.java:144)
        at org.intrace.agent.ClassTransformer.instrumentKlasses(ClassTransformer.java:702)
        at org.intrace.agent.ClassTransformer.getResponse(ClassTransformer.java:575)
        at org.intrace.agent.server.AgentClientConnection.runMethod(AgentClientConnection.java:118)
        at org.intrace.output.InstruRunnable.run(InstruRunnable.java:18)
        at java.lang.Thread.run(Thread.java:744)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant