sedj
Programmer
- Aug 6, 2002
- 5,610
Has anyone ever noticed this problem before :
Start up thr rmiregistry.
Run your RMI server.
See the server barf because of a ClassNotFoundException, because it cannot find the _Stub class.
Shut down the rmiregistry.
Run the registry class by doing a "java sun.rmi.RegistryImpl"
Run the RMI server class, and all is well.
Its most frustrating - anyone any idea why ?
Start up thr rmiregistry.
Run your RMI server.
See the server barf because of a ClassNotFoundException, because it cannot find the _Stub class.
Shut down the rmiregistry.
Run the registry class by doing a "java sun.rmi.RegistryImpl"
Run the RMI server class, and all is well.
Its most frustrating - anyone any idea why ?