我正在尝试使用Java 8和Tomcat 8安装Centos 7 64位的Jprofiler代理
root@ads /opt/jprofiler9#正在连接到org.apache.catalina.startup.Bootstrap start 23360 ...请选择分析模式: GUI模式(使用JProfiler图形用户界面连接) 1,进入脱机模式(使用配置文件设置分析设置)2 1请输入分析端口59687 8849
ERROR: Attaching is not supported: Unable to open socket file: target process not responding or HotSpot VM not loaded
com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded
at sun.tools.attach.LinuxVirtualMachine.<init>(LinuxVirtualMachine.java:100)
at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(LinuxAttachProvider.java:63)
at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:195)
at com.jprofiler.a.d.b(ejt:292)
at com.jprofiler.a.d.a(ejt:279)
at com.jprofiler.a.d.a(ejt:249)
at com.jprofiler.cli.EnableApplication.a(ejt:132)
at com.jprofiler.cli.EnableApplication.h(ejt:95)
at com.jprofiler.cli.b.a(ejt:26)
at com.jprofiler.cli.EnableApplication.main(ejt:272)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)
https://stackoverflow.com/questions/38168604
复制相似问题