Author Message
dkalinasch
Joined: May 16, 2019
Messages: 35
Offline
Hello,

i am trying to use the Node Status API to request the status of nodes in the cluster.
The environment is one breeze cluster with one server.

The request of "Cluster.getNodeStatus()" results in an exception:


2022-02-07 10:55:15,341 [WebContainer : 25] CallParkSnapIn ERROR - CallParkSnapIn-1.1.4 - Failed to request node status
com.avaya.collaboration.cluster.NodeStatusException: getListOfNodeStatus Node Status either null or empty
at com.avaya.collaboration.cluster.util.NodeStatusRetrieverImpl.getListOfNodeStatus(NodeStatusRetrieverImpl.java:77)
at com.avaya.collaboration.cluster.ClusterDelegateImpl.getNodeStatus(ClusterDelegateImpl.java:38)
at com.avaya.collaboration.cluster.Cluster.getNodeStatus(Cluster.java:82)
at mycode.wrapper.BreezeFactoryWrapper.getNodeStatus(BreezeFactoryWrapper.java:51)
.......
Caused by: com.avaya.collaboration.cluster.NodeStatusException: getListOfNodeStatus Node Status either null or empty
at com.avaya.collaboration.cluster.util.NodeStatusRetrieverImpl.getResponse(NodeStatusRetrieverImpl.java:118)
at com.avaya.collaboration.cluster.util.NodeStatusRetrieverImpl.getListOfNodeStatus(NodeStatusRetrieverImpl.java:72)
... 48 more


Is it possible to use getNodeStatus() method in this setup?
Do i have to change the settings in system manager to use this method?

The other feature of the snapin work fine, call handling is executed succesfully.

Kind regards,
Domenic
Go to:   
Mobile view