java.rmi.ConnectIOException: non-JRMP server at remote endpoint
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via massimochericoni.com by Unknown author, 2 years ago
via coderanch.com by Unknown author, 2 years ago
via Coderanch by Vinicius Caldeira Carvalho, 1 year ago
via Oracle Community by 807589, 1 year ago
via sleberknight.com by Unknown author, 1 year ago
via Oracle Community by 666705, 9 months ago
java.rmi.ConnectIOException: non-JRMP server at remote endpoint
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:217)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:160)
at sun.tools.jstatd.Jstatd.bind(Jstatd.java:40)
at sun.tools.jstatd.Jstatd.main(Jstatd.java:126)