View Revisions: Issue #6265

Summary 0006265: Registration failing when registering node is remote and SMTP password is set to null in sym_parameter
Revision 2024-02-29 20:49 by emiller
Steps To Reproduce 1. Configure SMTP Mail Server authentication, defining the smtp password as null in sym_parameter
2. Create a remote node (remote from the registration server).
3. Registration will fail because of a null pointer exception in the remote node when attempting to load the registration batch.
Revision 2024-02-28 17:34 by emiller
Steps To Reproduce 1. Configure SMTP Mail Server authentication, defining the smtp username and smtp password.
2. Create a remote node (remote from the registration server).
3. Registration will fail because of a null pointer exception in the remote node when attempting to load the registration batch.