Top "Rmi" questions

Remote Method Invocation (RMI) is Java's object-oriented remote procedure call (RPC) mechanism.

java.rmi.ConnectException: Connection refused to host: 127.0.1.1;

java.rmi.ConnectException: Connection refused to host: 127.0.1.1; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.…

java exception connection rmi remoteobject
java.net.ConnectException :connection timed out: connect?

I have used RMI in my code : import java.rmi.*; public interface AddServerIntf extends Remote { double add(double d1,double …

java networking rmi stub
What is the difference between Java RMI and RPC?

What is the actual difference between Java RMI and RPC? I have read in some places that RMI uses Objects?

java rmi rpc
What port is used by Java RMI connection?

May I know what port is used by Java RMI connection? If I want to connect a Java client application …

java connection rmi firewall
Rmi connection refused with localhost

I have a problem using java rmi: When I'm trying to run my server, I get a connectException (see below). …

java connection localhost rmi
Java: no security manager: RMI class loader disabled

Hi I have RMI application and now I try to invoke some methods at server from my client. I have …

java networking remoting rmi securitymanager
Web Services vs EJB vs RMI, advantages and disadvantages?

My web server would be overloaded quickly if all the work were done there. I'm going to stand up a …

java web-services ejb distributed rmi
Java RMI AccessControlException: access denied

Hey I'm getting a AccessControlException: access denied when attempting to start up a RMI app I'm writing, I can't work …

java rmi accesscontrolexception
How to connect to a java program on localhost jvm using JMX?

I should connect to a java program on localhost jvm using JMX. In other words I want to develop a …

java localhost rmi jmx jconsole
java.rmi.NoSuchObjectException: no such object in table

I am writing a very simple RMI server, and I am seeing intermittent java.rmi.NoSuchObjectExceptions in the unit tests. …

java exception rmi