I am suddenly seeing java.lang.ClassMismatchError in my RMI application that was previously running fine. Why?
Location: http://www.jguru.com/faq/view.jsp?EID=532690 Created: Oct 29, 2001 Author: Govind Seshadri (http://www.jguru.com/guru/viewbio.jsp?EID=14) The most likely reason is that some of the of the classes may have been modified and recompiled while the RMI application was still running. You might want to restart the client, server and rmiregistry and see if it clears things.
Related Questions
- Why does my application sometimes receive a NativeSeqFile error when using JRIO and the Remote Method Invocation (RMI) - Java Remote Method Protocol (JRMP) to access MVS datasets?
- What threads will still be running if the application dies suddenly, and how long does it take to release them/their resources?
- Our application was running fine last month but now it is running slow. What is happening?