Bug 1165636 - Recursion in ClassFactBuilder leads to StackOverflow when loading in assets into project model cache
Summary: Recursion in ClassFactBuilder leads to StackOverflow when loading in assets i...
Keywords:
Status: CLOSED DUPLICATE of bug 1175892
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER3
: 6.1.0
Assignee: manstis
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks: 1165640 1175892
TreeView+ depends on / blocked
 
Reported: 2014-11-19 12:05 UTC by Toshiya Kobayashi
Modified: 2018-12-09 19:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1175892 (view as bug list)
Environment:
Last Closed: 2014-12-25 05:17:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1155371 0 medium CLOSED LRUDataModelOracleCache Is Really, Really Slow 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker GUVNOR-2116 0 Blocker Resolved Kie Workbench cannot handle circular references in domain model 2017-12-01 09:40:16 UTC
Red Hat Issue Tracker GUVNOR-2140 0 None None None Never

Internal Links: 1155371

Description Toshiya Kobayashi 2014-11-19 12:05:20 UTC
Description of problem:

Backport GUVNOR-2116 to B*MS 6.0.x


Steps to Reproduce:
1. In business-central
2. Add dependency to a project
      groupId : com.fasterxml.jackson.core
      artifactId : jackson-databind
      version : 2.2.3
3. Create a new Guided Rule

Actual results:

It takes more than 5 seconds to open the Editor and logs error messages.

20:57:20,475 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
20:57:20,594 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
20:57:20,690 ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-/127.0.0.1:8080-4) null
....

Expected results:

Open the Editor without error messages.

Comment 11 Ryan Zhang 2014-12-25 05:17:21 UTC

*** This bug has been marked as a duplicate of bug 1175892 ***


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