Hi!
I've faced with a problem. I have configured Hyperic alerts to be sent when ActiveMQ instance availability becomes<100%. While ActiveMQ was up, it didn't sent me any notifications - OK. Then, I have shut ActiveMQ down to see if Hyperic would send me notifications. Notifications have been sent. Okay, then I've started ActiveMQ back, but Hyperic continued to notify me about low availability, it doesn't see that ActiveMQ is up, despite I can connect to all ActiveMQ ports and I'm able to connect to ActiveMQ via JMX console.
In agent logs I see the following:
2011-02-01 06:53:28,000 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService
2011-02-01 06:53:28,005 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService
2011-02-01 06:53:28,040 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.JPEBDataService
2011-02-01 06:53:28,318 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher
2011-02-01 06:53:28,371 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher
2011-02-01 06:53:28,535 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher
2011-02-01 06:53:28,592 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Queue,BrokerName=localhost,Destination=NotificationDispatcher
2011-02-01 06:53:28,649 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher
2011-02-01 06:53:28,750 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher
2011-02-01 06:53:28,803 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher
2011-02-01 06:53:28,807 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.NotificationDispatcher
2011-02-01 06:53:28,813 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts
2011-02-01 06:53:28,818 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts
2011-02-01 06:53:28,822 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts
2011-02-01 06:53:28,826 ERROR [pool-2-thread-1] [ScheduleThread] Metric Value not found: ObjectName not found [org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts]: javax.management.InstanceNotFoundException: org.apache.activemq:Type=Topic,BrokerName=localhost,Destination=ActiveMQ.Advisory.Consumer.Queue.wso2carbon-sts
I'm not sure, if it is related to a problem.
Any restarts of Hyperic server/agent and ActiveMQ do not help. Hyperic continues to ignore the fact that ActiveMQ is up.
Any help is appreciated.
Thanks!