在远程服务器上启动jpenable时出现java.io.IOException

时间:2014-08-22 18:31:22

标签: java exception ubuntu jprofiler

今天第一次使用JProfiler。

我已经在我的远程ubuntu服务器上启动了jpenable,但在我插入端口之后出现java异常:

Please enter a profiling port
[31758]
8086
java.io.IOException: Premature EOF
    at sun.tools.attach.HotSpotVirtualMachine.readInt(HotSpotVirtualMachine.java:226)
    at sun.tools.attach.LinuxVirtualMachine.execute(LinuxVirtualMachine.java:193)
    at sun.tools.attach.HotSpotVirtualMachine.loadAgentLibrary(HotSpotVirtualMachine.java:40)
    at sun.tools.attach.HotSpotVirtualMachine.loadAgentPath(HotSpotVirtualMachine.java:70)
    at com.jprofiler.frontend.attach.AgentLoader.a(ejt:26)
    at com.jprofiler.frontend.attach.c.b(ejt:291)
    at com.jprofiler.frontend.attach.c.a(ejt:278)
    at com.jprofiler.frontend.attach.c.a(ejt:248)
    at com.jprofiler.frontend.EnableApplication.a(ejt:118)
    at com.jprofiler.frontend.EnableApplication.g(ejt:81)
    at com.jprofiler.frontend.EnableApplication.main(ejt:238)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:622)
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
    at com.install4j.runtime.launcher.Launcher.main(Unknown Source)

这里有什么问题?感谢

0 个答案:

没有答案