客户端调用RMI接口,客户端出现此异常
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
java.net.MalformedURLException: no protocol: 5.0/webapps/mms-admin/WEB-INF/classes/
是何缘故?如何解决?我的RMI接口有些方法,客户端调用是成功的,但是有些方法就出现上述错误。