Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMI totally broken on Websphere & AS/400

843793Jul 19 2001 — edited Aug 3 2005
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2005
Added on Jul 19 2001
2 comments
165 views