在java中使用attach api连接到远程服务器

时间:2017-03-09 15:49:26

标签: java jvm attach-api

当我尝试使用attach api时,我收到了错误

return view ('response', compact('project'));

我正在联系 com.sun.tools.attach.AttachNotSupportedException: Invalid process identifier 我的desctop是基于Windows的,远程服务器是linux。正如我捕获tools.jar只包含sun.tools.attach.WindowsAttachProvider 可能会导致这个问题? 在连接期间,我可以在jstatd日志中看到

VirtualMachine vmRemote = VirtualMachine.attach("rmi://<processid>@<server_name>:1099");

0 个答案:

没有答案