You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trace springboot的controll方法,如
com.abc.qida.api.controller.ExportController test
期望的结果
希望打印方法中调用方法耗时,最好可以展示多级,目前只能展示1级
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
Error during processing the command: null
把异常信息贴到这里
2020-04-30 16:39:41 [as-command-execute-daemon] ERROR c.t.a.c.s.system.impl.ProcessImpl -Error during processing the command:
java.lang.ClassFormatError: null
at sun.instrument.InstrumentationImpl.retransformClasses0(Native Method)
at sun.instrument.InstrumentationImpl.retransformClasses(InstrumentationImpl.java:144)
at com.taobao.arthas.core.advisor.Enhancer.enhance(Enhancer.java:303)
at com.taobao.arthas.core.command.monitor200.EnhancerCommand.enhance(EnhancerCommand.java:112)
at com.taobao.arthas.core.command.monitor200.EnhancerCommand.process(EnhancerCommand.java:67)
at com.taobao.arthas.core.shell.command.impl.AnnotatedCommandImpl.process(AnnotatedCommandImpl.java:82)
at com.taobao.arthas.core.shell.command.impl.AnnotatedCommandImpl.access$100(AnnotatedCommandImpl.java:18)
at com.taobao.arthas.core.shell.command.impl.AnnotatedCommandImpl$ProcessHandler.handle(AnnotatedCommandImpl.java:111)
at com.taobao.arthas.core.shell.command.impl.AnnotatedCommandImpl$ProcessHandler.handle(AnnotatedCommandImpl.java:108)
at com.taobao.arthas.core.shell.system.impl.ProcessImpl$CommandProcessTask.run(ProcessImpl.java:371)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
环境信息
arthas-boot.jar
或者as.sh
的版本: 3.2.0arthas-boot
的版本: xxx重现问题的步骤
trace springboot的controll方法,如
com.abc.qida.api.controller.ExportController test
期望的结果
希望打印方法中调用方法耗时,最好可以展示多级,目前只能展示1级
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
Error during processing the command: null
The text was updated successfully, but these errors were encountered: