Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java rmi help?!?!

Status
Not open for further replies.

mickymoo

Programmer
Apr 4, 2002
23
GB
I have written a small client server rmi program.

It works perfectly on my desktop, but when i transfer it to my lap top it stops working


The server will not start:

I get the error:

Exception creating server: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.bm_soft.frn.RMI.SessionManagerImpl_Stub


I am sure it is something to do with classpaths but I have no idea?


Any help would be wonderful

Michael

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top