hey guys again. got a RMI prob :'( wondering if anyone know how to solve it.
when i run my RMI server i get the following errors.
I seriously have no idea what is going on, reading the java.sun site, i relise its something to do with the rmiregistry being a pain and not able to find the class.
I have all my files in a single directory, and start the rmiregstry in a diff directory.
i had this error before, but i somehow managed to get ride of it by working from ground up. but now even if i try that i still get the error.
thanks in advance for any help that you can provide
when i run my RMI server i get the following errors.
Code:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: ObjectStoreImplementation_Stub
I seriously have no idea what is going on, reading the java.sun site, i relise its something to do with the rmiregistry being a pain and not able to find the class.
I have all my files in a single directory, and start the rmiregstry in a diff directory.
i had this error before, but i somehow managed to get ride of it by working from ground up. but now even if i try that i still get the error.
thanks in advance for any help that you can provide