当我尝试使用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");