Bug 1287065

Summary: WAS: stopping Business Central from admin console results into an error in server log
Product: [Retired] JBoss BRMS Platform 6 Reporter: Radovan Synek <rsynek>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Radovan Synek <rsynek>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: DR1   
Target Release: 6.3.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 20:02:47 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
error stacktrace none

Description Radovan Synek 2015-12-01 12:25:36 UTC
Created attachment 1100860 [details]
error stacktrace

Having Business Central deployed on WebSphere 8.5.5, after stopping the deployment, error shows in server log (SystemOut.log):
OpenWebBeansE E OpenWebBeansEjbInterceptor error An error occurred while executing [PRE_DESTROY]
                                 javax.ejb.NoSuchObjectLocalException: Timer with task ID 3_NP_5D784CD4-0151-4000-E000-15DA0A280266 had previously been canceled

However, Business Central properly stops and can be started again - no clear impact on a functionality has been observed.

Comment 2 Maciej Swiderski 2015-12-02 12:54:16 UTC
fixed on master by wrapping it with try/catch as there is no other way as the timer that we try to cancel is already canceled

jbpm
master:
https://github.com/droolsjbpm/jbpm/commit/40d3c40f7d1726b0305a06600a127bd9b41e5ec2

Comment 3 Radovan Synek 2016-03-15 17:14:34 UTC
Verified with BPMS-6.3.0.DR2