We have a situation where we updated a plugin to add new child services. However, after we deploy the plugin the new child services are not visible. The server reports the following errors:
2010-12-15 10:41:23,987 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=Stream Manager, name=Database Monitoring Info, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:23,988 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - Stream Manager,type=Stream Manager, name=ConfigService Client, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,026 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=SSP Delivery Network Manager, name=Database Monitoring Info, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,027 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - SSP Delivery Network Manager,type=SSP Delivery Network Manager, name=ConfigService Client, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
I checked that the agent and server have the same version of the USM plugin and they do, so I don't understand why the server thinks things are out of sync. Any ideas?
Bala Nair SeaChange International
doesn't look like the server has the proper metadata in the database.
Go to Administration>System Configuraioin>Templates and see if your types are as you expect.
Perhaps when you deployed the plugin, the plugin deployer encountered an error and the types weren't persisted successfully?
On 12/16/2010 11:10 AM, Bala Nair wrote:
We have a situation where we updated a plugin to add new child services. However, after we deploy the plugin the new child services are not visible. The server reports the following errors:
2010-12-15 10:41:23,987 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=Stream Manager, name=Database Monitoring Info, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:23,988 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - Stream Manager,type=Stream Manager, name=ConfigService Client, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,026 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=SSP Delivery Network Manager, name=Database Monitoring Info, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,027 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - SSP Delivery Network Manager,type=SSP Delivery Network Manager, name=ConfigService Client, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
I checked that the agent and server have the same version of the USM plugin and they do, so I don't understand why the server thinks things are out of sync. Any ideas?
Bala Nair SeaChange International
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
I checked the the templates section and you're right, some of the service types are not listed in the hierarchy. I updated the plugin and watched the server log and it failed to import - turns out we have duplicate service names in the plugin descriptor. We'll fix that and try again.
On 12/16/10 11:30 AM, John Mazzitelli wrote:
doesn't look like the server has the proper metadata in the database.
Go to Administration>System Configuraioin>Templates and see if your types are as you expect.
Perhaps when you deployed the plugin, the plugin deployer encountered an error and the types weren't persisted successfully?
On 12/16/2010 11:10 AM, Bala Nair wrote:
We have a situation where we updated a plugin to add new child services. However, after we deploy the plugin the new child services are not visible. The server reports the following errors:
2010-12-15 10:41:23,987 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=Stream Manager, name=Database Monitoring Info, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:23,988 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - Stream Manager,type=Stream Manager, name=ConfigService Client, parent=Atria Stream Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,026 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Database Monitoring Info, key=tv.seachange.polaris:l1=Database Info,type=SSP Delivery Network Manager, name=Database Monitoring Info, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Database Monitoring Info, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
2010-12-15 10:41:24,027 ERROR [org.rhq.enterprise.server.discovery.DiscoveryBossBean] Reported resource [Resource[id=0, type=Config Service Client, key=tv.seachange.polaris:l1=ConfigService Client - SSP Delivery Network Manager,type=SSP Delivery Network Manager, name=ConfigService Client, parent=SSP Delivery Network Manager]] has an unknown type [ResourceType[id=0, category=Service, name=Config Service Client, plugin=USM]]. The Agent most likely has a plugin named 'USM' installed that is not installed on the Server. Resource will be ignored...
I checked that the agent and server have the same version of the USM plugin and they do, so I don't understand why the server thinks things are out of sync. Any ideas?
Bala Nair SeaChange International
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users mailing list rhq-users@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/rhq-users
rhq-users@lists.stg.fedorahosted.org