I have a RMI application which multiple clients invoke server methods remotely. The server is running on Unix. The application runs fine normally. But sometimes the users get an exception "java.rmi.NoSuchObjectException: no such object in table". This error is fixed when i restart the server.
Previously we used to get his problem once in a month but now its more frequent of course creating a lot of problems at times.
Is there any way to fix this problem. Also is there any way to stimulate this exception by an example???
Thanks in advance
Please help




