Bug 1140720 - javax.ejb.ConcurrentAccessTimeoutException in SimpleAsyncExecutorService
Summary: javax.ejb.ConcurrentAccessTimeoutException in SimpleAsyncExecutorService
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER2
: 6.1.0
Assignee: manstis
QA Contact: Marek Winkler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-11 14:14 UTC by Marek Winkler
Modified: 2014-12-04 15:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-04 15:19:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
server.log part with the stacktrace (11.65 KB, text/plain)
2014-09-11 14:14 UTC, Marek Winkler
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 990102 0 urgent CLOSED Concurrent access timeout -- could not obtain lock within 5000 MILLISECONDS 2021-02-22 00:41:40 UTC

Internal Links: 990102

Description Marek Winkler 2014-09-11 14:14:10 UTC
Created attachment 936578 [details]
server.log part with the stacktrace

Description of problem:

When working with business-central, javax.ejb.ConcurrentAccessTimeoutException is thrown in SimpleAsyncExecutorService and reported in the server log (see the attachment for full stacktrace):

15:50:56,127 ERROR [org.jboss.as.ejb3.invocation] (EJB default - 9) JBAS014134: EJB Invocation failed on component SimpleAsyncExecutorService for method public void org.uberfire.commons.async.SimpleAsyncExecutorService.execute(java.lang.Runnable): javax.ejb.ConcurrentAccessTimeoutException: JBAS014373: EJB 3.1 PFD2 4.8.5.5.1 concurrent access timeout on org.jboss.invocation.InterceptorContext$Invocation@73c92338 - could not obtain lock within 5000MILLISECONDS

It seems the problem is connected with running incremental build but you might need to perform several actions in the GUI (create a new DRL, build project, create a new process, build project).

Version-Release number of selected component (if applicable):

BRMS 6.1.0 DR2
EAP 6.3.0 GA

How reproducible:

I started BRMS 3 times, the exception occured every time but after a different action.

Steps to Reproduce:
1. Log in to business-central.
2. Create a new DRL (with a dummy rule with empty when and then parts)
3. Build and deploy the project
4. Create a new Process, save it, delete it
...

Watch the server.log - the first time, I got the exception after the process had been created. Then I stopped EAP and started it again, I got the exception right after I logged in. After the next EAP restart, I saw the exception in the log when designer was opening (but it seems that incremental build was running at that time too).

Actual results:

The server.log contains the error message with the exception.

Expected results:

The server.log does not contain the error message.

Additional info:

It seems there is no impact on functionality, but this exception might indicate a problem which is not visible right now.

Comment 1 manstis 2014-09-11 14:35:59 UTC
I believe this is a manifestation of the referenced BZ.


Note You need to log in before you can comment on or make changes to this bug.