Top "Rmi" questions

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

Passing properties to a Spring context

I'm using Spring to handle RMI calls to some remote server. It is straightforward to construct an application context and …

java spring rmi
How to start RMI Registry through java code?

I have written java programs for Client and Server. But, to run the program I need to start rmi registry …

java client rmi rmiregistry
I am running a RMI application and no security manager: RMI class loader disabled exception comes

This is the whole exception: Computeappengine exceptionRemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; …

java eclipse-plugin classpath rmi rmiregistry
Java RMI, Port already in use when creating registry

I have created a Server, Client kind of program with RMI. But whenever I run my Server after starting the …

java tcp port rmi netbeans-7
How do I set the classpath that rmiregistry uses?

I'm trying to make a Java RMI client/server app. I'm running into problems starting up the server side of …

java rmi classnotfoundexception rmiregistry
Build Java RMI applications with Eclipse (How to do rmic)

I'm trying to develop a Java RMI application and found out that it's not straight forward to tell eclipse to …

java eclipse rmi
How to use VisualVM and JMX?

I have tried every recipe in the book, but things just wont work today... I am trying to use VisualVM …

java rmi jmx visualvm jvisualvm
RMI NotSerializableException although it's a remote object

I'm writing a small RMI based Chat application. The idea is: the Client registers himself on the Server, and everytime …

java rmi
How do I ensure that RMI uses only a specific set of ports?

In our application, we are using RMI for client-server communication in very different ways: Pushing data from the server to …

java rmi
java.lang.ClassNotFoundException: (no security manager: RMI class loader disabled)

I met this issue and tried for long time, still couldn't solve it. All the solutions in similar topics in …

java rmi policy securitymanager