Bug 1302210

Summary: WebSphere JMS on Kie server produces errors in log
Product: [Retired] JBoss BPMS Platform 6 Reporter: Karel Suta <ksuta>
Component: Kie-ServerAssignee: Edson Tirelli <etirelli>
Status: CLOSED EOL QA Contact: Karel Suta <ksuta>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0   
Target Milestone: ER1   
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:00 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:
Attachments:
Description Flags
stacktrace none

Description Karel Suta 2016-01-27 07:54:20 UTC
Created attachment 1118703 [details]
stacktrace

Description of problem:
See DROOLS-1032 (https://issues.jboss.org/browse/DROOLS-1032).

When I run WebSphere JMS tests for Kie server then SystemOut log gets filled by exception listed in attachment. 
It doesn't cause any error in Kie server functionality as error is created by WebSphereSecurityAdapter while JMS use JMSSecurityAdapter to get needed info, it just spam log making it almost unusable for searching for any real issue logged there.

Already fixed in community with commits [1] and [2].


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


How reproducible:

Run Kie server integration tests with WebSphere profile as listed in https://github.com/droolsjbpm/droolsjbpm-integration/pull/265

Error is showed in SystemOut.log (/kie-server-parent/kie-server-tests/kie-server-integ-tests-common/target/cargo/configurations/websphere85x/logs/cargoServer/SystemOut.log). Can be simulated in any test which use JMS.



Steps to Reproduce:
1.
2.
3.

Actual results:
SystemOut.log is spammed with error messages thrown by WebSphereSecurityAdapter.


Expected results:
WebSphereSecurityAdapter doesn't throw any error.

Additional info:



[1] https://github.com/droolsjbpm/droolsjbpm-integration/commit/866c7c01187257030a0873cc4c2f4602958d4f37
[2] https://github.com/droolsjbpm/droolsjbpm-integration/commit/5d16845116bd430157507a1bdd7526d8584a263f

Comment 3 Karel Suta 2016-03-22 09:02:49 UTC
Verified in 6.3.0 ER1.
Errors from log are gone.