RMI totally broken on Websphere & AS/400
843793Jul 19 2001 — edited Aug 3 2005I am trying to bind an object to a port using
Websphere on the IBM AS/400 and it totally
does not work. I developed on Win2K and
it works fine, an exception
### ----------> Error initializing RMI interface.
Exception Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.tamgroup.nexus.e2e.framework.NexusE2EServer_Stub
I know that object is in the classpath, because it is in the jar and the jar works on Win2K.
I think the problem may be the configuration of Websphere.
Any ideas on configuring Websphere to enable RMI?
Thanks
-Steve