Hello All,
We are using JON 3.0 to monitor our test environemnt plugins have successfully discovered domain and host controller and we scheduled the metrics as per our need (values were collected).Now we are getting issue as ,
even though host-controller is UP it still showing as down in the tool(domain controller status as UP).On checking logs found connection refused pattern,we have given proper credentials.
How to fix this.
016-07-05 10:12:13,482 DEBUG [ResourceContainer.invoker.availCheck.daemon-86] (rhq.modules.plugins.jbossas7.BaseServerComponent)- ResourceType[id=0, name=JBossAS7 Host Controller, plugin=JBossAS7, category=Server] [hostConfig: /opt/Solartis_Test/hc1/domain/configuration/host.xml]: exception while checking availability
java.lang.Exception: Failed to read attribute [name] of address [] - response: Result{outcome='failure', failureDescription=Connection to http://172.34.1.47:9990 refused, rolled-back=false, rolledBack=false}
at org.rhq.modules.plugins.jbossas7.BaseComponent.readAttribute(BaseComponent.java:885)
at org.rhq.modules.plugins.jbossas7.BaseComponent.readAttribute(BaseComponent.java:860)
at org.rhq.modules.plugins.jbossas7.BaseServerComponent.getAvailability(BaseServerComponent.java:133)
at org.rhq.core.pc.inventory.AvailabilityProxy.call(AvailabilityProxy.java:143)
at org.rhq.core.pc.inventory.AvailabilityProxy.call(AvailabilityProxy.java:52)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-07-05 10:12:13,486 DEBUG [InventoryManager.availability-1] (rhq.core.pc.inventory.AvailabilityExecutor)- Scan Ended :
Sorry all , Problem is from our side,operation team have changed the hc port number.
Changed the port number in tool as well it is working fine now