JBoss ON server in maintenance mode after removing some data from the rhq-data/data/rhq folder
Issue
- Storage client subsystem isnt initialized [InstalledSchemaTooOld exception]
- JBoss ON stays in MAINTENANCE mode and the WARN message is logged:
WARN [org.rhq.enterprise.server.storage.StorageClientManagerBean] (EJB default - 2) Storage client subsystem wasn't initialized. The RHQ server will be set to MAINTENANCE mode. Please verify that the storage cluster is operational.: java.lang.RuntimeException: org.rhq.cassandra.schema.exception.InstalledSchemaTooOldException: Storage schema is not properly updated. The schema manager contains updates not yet applied to the storage cluster installation.Please re-run the server installer to update the current schema to the latest version.
Caused by: java.lang.RuntimeException: org.rhq.cassandra.schema.exception.InstalledSchemaTooOldException: Storage schema is not properly updated. The schema manager contains updates not yet applied to the storage cluster installation.Please re-run the server installer to update the current schema to the latest version.
Caused by: org.rhq.cassandra.schema.exception.InstalledSchemaTooOldException: Storage schema is not properly updated. The schema manager contains updates not yet applied to the storage cluster installation.Please re-run the server installer to update the current schema to the latest version.
- JBoss ON server in maintenance mode after removing some data from the
rhq-data/data/rhq
folder
Environment
- Red Hat JBoss Operations Network (ON) 3.2.0
- The following command is executed from the
rhq-data/data/rhq
folder:
$ find . -mindepth 1 -mtime +7 -delete
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.