Bug 882280
Summary: | 4.6 on as7: exception in server log | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Heiko W. Rupp <hrupp> |
Component: | Core Server | Assignee: | John Mazzitelli <mazz> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | hrupp, mazz |
Target Milestone: | --- | ||
Target Release: | RHQ 4.6 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-03 14:45:16 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Heiko W. Rupp
2012-11-30 15:07:13 UTC
OK, for upgrade scenarios, we need a dbupgrade step to purge the core perspective plugin from the RHQ_PLUGIN table. That is an obsolete plugin (and the entire plugin type has gone away). I believe this will fix it: <!-- The perspective server plugin type has been removed - delete perspective plugin from DB --> <schemaSpec version="2.128"> <schema-directSQL> <statement> DELETE FROM RHQ_PLUGIN WHERE NAME = 'CorePerspective' </statement> </schema-directSQL> </schemaSpec> committed in the rhq-on-as7 branch - this will be merged to master shortly commit hash: dadcd3f when this gets to master, QA just needs to test db upgrade normally from an old RHQ release (say, prior to the AS7 integration) git commit to master: 59514c1 Bulk closing of issues in old RHQ releases that are in production for a while now. Please open a new issue when running into an issue. |