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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Exception occurred in server thread

Status
Not open for further replies.

RimK

Programmer
Feb 23, 2001
10
FR
I'm starting with RMI.
every thing lookks okay, I compile with rmic without probreblems. the Stub and the Skelton appear in classes directory. rmi regystry launched But When I launch the Server this exception occurs :

java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: barep.RMI.CalculImpl_Stub


I think it means that the stub is not generated !
please help me ! is there any configuration with rmi registry I did the same as java tutorial .

thank you in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top