i am getting below error while trying to start jacoco agent by putting up the 
below properties

set 
JACOCO_PROPERTIES=-javaagent:/opt/jacoco-0.7.8/lib/jacocoagent.jar=destfile=/opt/jacoco.exec,output=tcpserver,address=*

error:
Exception in thread "main" java.lang.reflect.InvocationTargetException
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown 
Source)
       at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown 
Source)
Caused by: java.lang.RuntimeException: Class java/util/UUID could not be 
instrumented.
       at 
org.jacoco.agent.rt.internal_e5875b2.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:140)
       at 
org.jacoco.agent.rt.internal_e5875b2.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:101)
       at 
org.jacoco.agent.rt.internal_e5875b2.PreMain.createRuntime(PreMain.java:55)
       at org.jacoco.agent.rt.internal_e5875b2.PreMain.premain(PreMain.java:47)
       ... 6 more
Caused by: java.lang.NoSuchFieldException: $jacocoAccess
       at java.lang.Class.getField(Unknown Source)
       at 
org.jacoco.agent.rt.internal_e5875b2.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138)
       ... 9 more
FATAL ERROR in native method: processing of -javaagent failed

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/65f3fb0a-532e-4eb3-9f4d-719d0d3e960b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to