java.rmi.MarshalException: while changing password
Guys need your help URGENTLY,
I have set up my application for changing password in Active Directory using ssl connection. I am catching exceptions if user enters wrong password and letting the user know that the password cannot be changed. It works fine but at times it gives exception :
SystemErrR java.rmi.MarshalException: CORBA BAD_PARAM 0x4f4d0006 Maybe; nested exception is: java.io.NotSerializableException: com.sun.jndi.ldap.LdapCtx is not serializable
I donot understand whats happening... Need you help.......what probably is doing this error and how do I get rid of it.
Thanks

