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
AnsiLog.warn("Target VM JAVA_HOME is {}, arthas-boot JAVA_HOME is {}, try to set the same JAVA_HOME.",
null, System.getProperty("java.home"));
期望的结果
What do you expected from the above steps?
日志输出
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
Exception in thread "main" java.lang.NullPointerException
at com.taobao.arthas.common.AnsiLog.format(AnsiLog.java:281)
at com.taobao.arthas.common.AnsiLog.warn(AnsiLog.java:244)
at com.taobao.arthas.common.AnsiLog.main(AnsiLog.java:294)
The text was updated successfully, but these errors were encountered:
Caused by: java.lang.NullPointerException: null
at com.taobao.arthas.common.AnsiLog.format(AnsiLog.java:281)
at com.taobao.arthas.common.AnsiLog.warn(AnsiLog.java:244)
at com.taobao.arthas.core.Arthas.attachAgent(Arthas.java:112)
at com.taobao.arthas.core.Arthas.<init>(Arthas.java:27)
... 9 common frames omitted
环境信息
arthas-boot.jar
或者as.sh
的版本: master分支arthas-boot
的版本: master重现问题的步骤
期望的结果
What do you expected from the above steps?
日志输出
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
The text was updated successfully, but these errors were encountered: