Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1110285

Summary: Error destroying ResourceChangeIncrementalBuilder during server shutdown
Product: [Retired] JBoss BRMS Platform 6 Reporter: Marek Winkler <mwinkler>
Component: Business CentralAssignee: Alexandre Porcelli <porcelli>
Status: CLOSED EOL QA Contact: Jiri Locker <jlocker>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.2Keywords: 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:
Description Flags
server.log part with the stacktrace none

Description Marek Winkler 2014-06-17 11:24:52 UTC
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.