JBoss ON server log contains warnings for PARTITION_EVENT_PURGE, RESOURCE_CONFIG_HISTORY_PURGE
Environment
- Red Hat JBoss Operations Network (ON) 3.3.6
- Upgraded from ON version 3.3.5
Issue
- After upgrading from JBoss ON 3.3.5 to 3.3.6 the
server.logcontains the below warnings:
2016-08-05 12:19:33,559 WARN [org.rhq.enterprise.server.system.SystemManagerBea
n] (EJB default - 3) The database contains unknown system configuration setting
[PARTITION_EVENT_PURGE].
2016-08-05 12:19:33,559 WARN [org.rhq.enterprise.server.system.SystemManagerBea
n] (EJB default - 3) The database contains unknown system configuration setting
[RESOURCE_CONFIG_HISTORY_PURGE].
Resolution
The WARN messages can either be ignored as This content is not included.Red Hat Bug 1364474 has been logged for the next JBoss ON update to remove the properties from the database or they can be manually removed by running the below SQL against the JBoss ON database:
DELETE FROM rhq_system_config WHERE property_key IN ('PARTITION_EVENT_PURGE','RESOURCE_CONFIG_HISTORY_PURGE')
Root Cause
The PARTITION_EVENT_PURGEand RESOURCE_CONFIG_HISTORY_PURGE properties were mistakenly added to the System Settings page in JBoss ON 3.3.5, they were removed from the page in 3.3.6 but not removed from the Database.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.