Bug 1266174 - Kie server controller fails on WebLogic when connecting kie server
Summary: Kie server controller fails on WebLogic when connecting kie server
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Kie-Server
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: brms-docs@redhat.com
QA Contact: Karel Suta
Tomas 'Sheldon' Radej
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-24 16:48 UTC by Karel Suta
Modified: 2020-03-27 19:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
When deployed on Oracle WebLogic along with BRMS Business Central, the KIE server fails to connect to the KIE server controller during startup. A NameNotFoundException is thrown, where 'com.sun.jersey.config.CDIExtension' is the name being resolved. Calling the KIE server controller directly with a PUT request results in the same error. The workaround is to add the system property "com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager=true".
Clone Of:
Environment:
Last Closed: 2020-03-27 19:09:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
stacktrace (10.24 KB, text/plain)
2015-09-24 16:48 UTC, Karel Suta
no flags Details

Description Karel Suta 2015-09-24 16:48:52 UTC
Created attachment 1076635 [details]
stacktrace

Description of problem:
When kie server tries to connect to kie server controller during startup, connecting fails due to error listed in attachment.
This happens just when there is BRMS business central deployed together with kie server on WebLogic.

This issue also happens when directly calling kie server controller like:
PUT .../rest/controller/admin/server/KieServerBaseIntegrationTest@2015-09-267-184514_953


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

How reproducible:
Deploy business central and kie server to WebLogic. 

Steps to Reproduce:
1.
2.
3.

Actual results:
Exception is thrown.

Expected results:
Kie server is sucessfully connected to BRMS.

Additional info:

Comment 2 Karel Suta 2015-09-29 11:15:31 UTC
Not a bug.
This is configuration issue, can be fixed by adding system property -Dcom.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager=true

Comment 3 Karel Suta 2015-09-29 13:46:15 UTC
Prepared merge request for documentation - Merge Request #2.

Comment 4 Karel Suta 2015-12-08 07:50:21 UTC
Veriified in 6.2.0GA.
Documentation is updated.


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