Bug 1326010 - KieServer controller fails to start on wildfly 8.2.x due to java.lang.IllegalAccessError
Summary: KieServer controller fails to start on wildfly 8.2.x due to java.lang.Illegal...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Kie-Server
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: CR1
: 6.3.0
Assignee: Edson Tirelli
QA Contact: Karel Suta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-11 15:13 UTC by Maciej Swiderski
Modified: 2020-03-27 20:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 20:08:09 UTC
Type: Bug


Attachments (Terms of Use)

Description Maciej Swiderski 2016-04-11 15:13:09 UTC
Description of problem:
For unknown reason when Wildfly 8.2.x (in particular weld used by it) attempts to create instance (proxy) of org.kie.workbench.common.screens.server.management.backend.runtime.AsyncKieServerInstanceManager it fails with  java.lang.IllegalAccessError due to not being able to access RemoteKieServerOperation private class of super class org.kie.server.controller.impl.KieServerInstanceManager.

looks like it might be related to some scanning done by weld to inspect internals of the parent class which causes this failure. Since this fails it makes org.kie.workbench.common.screens.server.management.backend.runtime.AsyncKieServerInstanceManager not available for injection and thus breaks both Server UI and controller capabilities.

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


How reproducible:
deploy workbench on Wildfly 8.2.x and access Server UI (Rules deployments) or
when accessed controller REST api (http://localhost:8080/kie-wb/rest/controller/management/servers) error is produced

Steps to Reproduce:
1.
2.
3.

Actual results:
majority of the screen is empty

Expected results:


Additional info:

Comment 2 Edson Tirelli 2016-04-11 16:03:59 UTC
Rajesh, this is a blocker for our community release (and as so, the product as well, although the product doesn't officially test wildfly 8.2 I guess?), so we need the acks to merge this into the 6.4.x branch.

Can we please get the blocker and acks flags?

Comment 5 Karel Suta 2016-04-27 13:45:41 UTC
Verified in 6.3.0CR1


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