Question
DXC Technology
BE
Last activity: 7 Feb 2018 3:00 EST
Nodes recover upon failure causing listeners to fail on it
Random Node of the cluster (upon any type of crash) try to recover but have the following issue after restart :
[.PRPCWorkManager : 2] [ STANDARD] [ MCOMSuper:01.42] (nector.Rule_Connect_JMS.Action) ERROR Rule-Connect-JMS.CCC-Int-Notify.SendNotificationMsgAgent - Caught unhandled exception: java.lang.UnsupportedOperationException: DEST_D_NULL< java.lang.UnsupportedOperationException: DEST_D_NULL
The above error causes that particular JMS-Connect to fail. Thus any messages that were supposed to be produced by it also.
We store the connection details in a declare page which if it fails to load during start up causes issues.
How do we go about preventing this during start up. ? Is there a way to fail the whole node if there were such failures to load during start up ?