mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update faq
This commit is contained in:
@@ -94,6 +94,11 @@ When error log appear `java.lang.ClassFormatError: null`, it is usually modified
|
||||
For example: use skywalking V8.1.0 below [cannot trace, watch classes enhanced by skywalking agent](https://github.com/alibaba/arthas/issues/1141), V8.1.0 or above is compatible, refer to skywalking configuration for more details. [skywalking compatible with other javaagent bytecode processing](https://github.com/apache/skywalking/blob/master/docs/en/FAQ/Compatible-with-other-javaagent-bytecode-processing.md).
|
||||
|
||||
|
||||
#### class redefinition failed: attempted to change the schema (add/remove fields)
|
||||
|
||||
Reference: [https://github.com/alibaba/arthas/issues/2165](https://github.com/alibaba/arthas/issues/2165)
|
||||
|
||||
|
||||
##### Can I use arthas offline?
|
||||
|
||||
Yes. Just download the full size package and unzip it, refer to: [Download](download.md).
|
||||
|
||||
@@ -94,6 +94,10 @@ ognl '@java.lang.System@out.println("Hello \u4e2d\u6587")'
|
||||
比如: 使用 skywalking V8.1.0 以下版本 [无法trace、watch 被skywalking agent 增强过的类](https://github.com/alibaba/arthas/issues/1141), V8.1.0 以上版本可以兼容使用,更多参考skywalking配置 [skywalking compatible with other javaagent bytecode processing](https://github.com/apache/skywalking/blob/master/docs/en/FAQ/Compatible-with-other-javaagent-bytecode-processing.md)。
|
||||
|
||||
|
||||
#### class redefinition failed: attempted to change the schema (add/remove fields)
|
||||
|
||||
参考: [https://github.com/alibaba/arthas/issues/2165](https://github.com/alibaba/arthas/issues/2165)
|
||||
|
||||
##### Arthas能不能离线使用
|
||||
|
||||
可以。下载全量包解压即可,参考: [下载](download.md)。
|
||||
|
||||
Reference in New Issue
Block a user