Bug 1110117
Summary: | [GSS] (6.4.0) Querying patching MBeans during shutdown results in IllegalStateException | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | James Livingston <jlivings> |
Component: | Patching | Assignee: | Brian Stansberry <brian.stansberry> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.3 | CC: | jason.greene, jawilson, jdoyle, joallen, joel.pearson, kconner, kkhan, msimka, myarboro, olubyans |
Target Milestone: | DR1 | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
An attempt to query the patch status of a JBoss EAP instance could previously result in an `IllegalStateException` error being thrown. The root cause of this error was that the `InstallationManagerService` was not available as it had already been shut down. This issue has now been resolved by first checking if the `InstallationManagerService` is available and if so, the query proceeds.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1120535, 1120537 |
Description
James Livingston
2014-06-17 05:23:46 UTC
Is this only fixed in 6.4.0? Is it therefore a known issue in 6.3.0? Pasting Bug Fix version of the release note here for future use: "In previous releases of JBoss EAP 6, the patching subsystem `PatchResource`, while not having a dependency on the `InstallationManagerService`, may have attempted to use it when it may be shut down This could cause an `IllegalStateException` to be thrown if a shutdown hook attempted to query the patching subsystem MBeans. This release adds a check to confirm whether the `InstallationManagerService` is up prior to using it, thus avoiding the `IllegalStateException`." Using Known Issue version of text for 6.3.0 Release Notes as issue not resolved at the time of writing. verified on EAP 6.4.0.DR1.1 re-assign Emanuel's assigned bugs to Brian. |