RMI 2 « Remote « Spring Q&A





1. RMI method not found    forum.springsource.org

Trying to use the nice rmi feature in SI but get an error: No matching RMI stub method found Code: Caused by: org.springframework.remoting.RemoteProxyFailureException: No matching RMI stub method found for: public ...

2. RMI Graceful Shutdown    forum.springsource.org

RMI Graceful Shutdown Hello, I am exposing a service using Spring RMI with the RmiServiceExporter. I will be using Spring in a stand-alone Java application. I need to be able to ...

3. Best practice to deploy Spring RMI ??    forum.springsource.org

Best practice to deploy Spring RMI ?? In our project we have a main program, which loads the Spring remote context file to start the RMI services. public class ServicesHost { ...

4. RMI Dynamic port problem    forum.springsource.org

Hi All, am having a problem with my RMI application because we have a firewall and I have to specify the exact ports to be opened, the registry is configured to ...

5. RMI Timeout, retry by RmiProxyFactoryBean?    forum.springsource.org

RMI Timeout, retry by RmiProxyFactoryBean? Hello, I love to use Spring with RMI, it is very simple and straightforward. But now I have a question about RMI timeout and the RmiProxyFactoryBean ...

7. java.rmi.UnmarshalException: invalid method hash    forum.springsource.org

java.rmi.UnmarshalException: invalid method hash Hello, I am getting the following error while communication from client to server. I found that this is becos of mismatch between client method to server method. ...

8. Question about Spring RMI calls    coderanch.com