I found this error while I try to invoke RMI ClientInvoke Remote processInvokeAmtrixClient: java.rmi.UnmarshalException: Return value classnot found; nested exception is:java.lang.ClassNotFoundException: RMITest.AmtrixProcess_Stub
Since I assume you are getting this error. You havebeen able to configure the java.polivy file properly:)) or did I goof with my suggestion on that :((Did you place the interface and rmic generated stubclassfiles in the client m/c from where you areinvoking rmi Client class file ???If you have done this and still you are getting thesame error then try to set the classpath when invokethe java command.
It is looking for the _Stub created when you make an rmi class object.(the re will also be a skeleton part). Make sure that the _Stub islocated on the remote machine that you are trying to run the rmi classfrom.