I made some changes to my remote interface and recompiled the server. Now, I am getting an :
"java.rmi.UnmarshalException: error unmarshalling arguments; " Why?
"java.rmi.UnmarshalException: error unmarshalling arguments; " Why?
Answer
You need to run rmic and recompile those stubs and skeletons every time you add/delete/modify a method within your remote interface.
StockMarketImpl Market = new StockMarketImpl( "NASDAQ");
java.rmi.RemoteException: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: May be errors core in the settings of CLASSPATH?