NullPointerException encountered when sending javax.security.auth.Subject object over RMI
I am developing a client-server system where users uses RMI (over SSL) for authentication. The client calls the LoginInf.login() method: public interface LoginIntf extends Remote { Subject …