I'm working on a twitter like, using rmi. I work, on Windows and everything works fine.
But on linux I have :
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: server.SimpleBark
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:196)
...
This exception pops out on the client side, and it seems that the client does not use the codebase server, the codebase server doesn't receive any connection.
I repeat that everything works fine on Windows, i can't find where this comes from.