欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

arthas com.sun.tools.attach.AttachNotSupportedException: 拒绝访问。

程序员文章站 2022-03-08 16:42:46
...

很久没用arthas, 突然想在新电脑上试个功能

输入了命令  java -jar C:\work\install_software\arthas\arthas-boot.jar

选择pid然后提示了报错

[ERROR] Start arthas failed, exception stack trace:
com.sun.tools.attach.AttachNotSupportedException: 拒绝访问。
        at sun.tools.attach.WindowsVirtualMachine.<init>(WindowsVirtualMachine.java:64)
        at sun.tools.attach.WindowsAttachProvider.attachVirtualMachine(WindowsAttachProvider.java:69)
        at com.sun.tools.attach.spi.AttachProvider.attachVirtualMachine(AttachProvider.java:194)
        at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:250)
        at com.taobao.arthas.core.Arthas.attachAgent(Arthas.java:85)
        at com.taobao.arthas.core.Arthas.<init>(Arthas.java:28)
        at com.taobao.arthas.core.Arthas.main(Arthas.java:123)

捯饬了半天, 才发现这是linux下用的命令

windows系统下应该是用  as.bat + pid编号

如:  as.bat 12345