jconsole Fehler während jrmp Verbindungsaufbau nested exception is : java.io.EOFException

Ich versuche überwachen Sie einen remote-Prozess unter Verwendung von jconsole und das war der Befehl, den ich verwendet

jconsole -debug localhost:4080

- Und dies ist die Stapelüberwachung, die ich bekommen

java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
    java.io.EOFException
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at sun.tools.jconsole.ProxyClient.checkSslConfig(ProxyClient.java:217)
    at sun.tools.jconsole.ProxyClient.<init>(ProxyClient.java:110)
    at sun.tools.jconsole.ProxyClient.getProxyClient(ProxyClient.java:463)
    at sun.tools.jconsole.JConsole$3.run(JConsole.java:510)
Caused by: java.io.EOFException
    at java.io.DataInputStream.readByte(DataInputStream.java:250)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)

Ist es in der Lage zu befestigen erfolgreich, wenn ich liefern die pid des Prozesses zu jconsole.

InformationsquelleAutor amrk7 | 2012-12-06
Schreibe einen Kommentar