Bug 1110285
| Summary: | Error destroying ResourceChangeIncrementalBuilder during server shutdown | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Marek Winkler <mwinkler> | ||||
| Component: | Business Central | Assignee: | Alexandre Porcelli <porcelli> | ||||
| Status: | CLOSED EOL | QA Contact: | Jiri Locker <jlocker> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.2 | Keywords: | Regression | ||||
| Target Milestone: | DR2 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 18:40:24 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: | |||||||
| Attachments: |
|
||||||
The followinf recent changes seems to fix the issue: uberfire: (0.3.x) http://github.com/uberfire/uberfire/commit/0c09fd20e (master) http://github.com/uberfire/uberfire/commit/f915ab960 guvnor: (6.1.x) http://github.com/droolsjbpm/guvnor/commit/5a0de9ed9 (master) http://github.com/droolsjbpm/guvnor/commit/858d9dd5a (6.0.x) http://github.com/droolsjbpm/guvnor/commit/fec46ecfa kie-wb-common: (6.0.x) http://github.com/droolsjbpm/kie-wb-common/commit/1dfe6ea8c (6.1.x) http://github.com/droolsjbpm/kie-wb-common/commit/4156b4c90 (master) http://github.com/droolsjbpm/kie-wb-common/commit/d770dbd17 |
Created attachment 909532 [details] server.log part with the stacktrace Description of problem: When shutting the BRMS, the server.log contains the following error: 12:26:09,763 ERROR [org.jboss.as.ejb3.invocation] (MSC service thread 1-4) JBAS014134: EJB Invocation failed on component IncrementalBuilderExecutorManager for method public void org.guvnor.common.services.builder.IncrementalBuilderExecutorManager.shutdown(): org.jboss.as.ejb3.component.EJBComponentUnavailableException: JBAS014559: Invocation cannot proceed as component is shutting down .... (full stacktrace attached) Version-Release number of selected component (if applicable): BRMS 6.0.2 CR1 EAP 6.1.1 Steps to Reproduce: 1. Start BRMS 2. Stop BRMS Actual results: An exception is thrown and logged. Expected results: No exception is thrown.