Guest User

Untitled

a guest
Jul 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  5. at java.lang.reflect.Method.invoke(Method.java:498)
  6. at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
  7. at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
  8. Caused by: java.lang.reflect.InvocationTargetException
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:498)
  13. at com.intellij.rt.coverage.main.CoveragePremain.premain(CoveragePremain.java:66)
  14. ... 6 more
  15. Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
  16. at com.intellij.rt.coverage.instrumentation.Instrumentator.premain(Instrumentator.java:64)
  17. ... 11 more
  18. FATAL ERROR in native method: processing of -javaagent failed
  19.  
  20. Process finished with exit code 1
  21. Exception in thread "main"
Add Comment
Please, Sign In to add comment