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

Downgrade Byteman to 4.0.6 since upgrade is causing NPE #66

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

rshivane
Copy link
Contributor

@rshivane rshivane commented Jun 8, 2020

No description provided.

FATAL ERROR in native method: processing of -javaagent failed
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
        at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: ai.apptuit.metrics.jinsight.Agent$AgentInitializationException: java.lang.reflect.InvocationTargetException
        at ai.apptuit.metrics.jinsight.Agent.lambda$premain$0(Agent.java:53)
        at ai.apptuit.metrics.jinsight.Agent.main0(Agent.java:98)
        at ai.apptuit.metrics.jinsight.Agent.premain(Agent.java:49)
        ... 6 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.jboss.byteman.agent.Main.premain(Main.java:276)
        at ai.apptuit.metrics.jinsight.Agent.lambda$premain$0(Agent.java:51)
        ... 8 more
Caused by: java.lang.NullPointerException
        at org.jboss.byteman.agent.Transformer.setAgentVersion(Transformer.java:1461)
        at org.jboss.byteman.agent.Transformer.<init>(Transformer.java:105)
        ... 14 more
@rshivane rshivane merged commit 548fb64 into ApptuitAI:master Jun 8, 2020
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

Successfully merging this pull request may close these issues.

1 participant