Bug 1371078

Summary: [GSS](6.4.z) WARN messages from JGroups *ENCRYPT/AUTH
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: dereed
Component: ClusteringAssignee: jboss-set
Status: CLOSED EOL QA Contact: Michal Vinkler <mvinkler>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.9CC: fgavrilo, paul.ferraro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:49:11 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:

Description dereed 2016-08-29 09:47:09 UTC
The CVE-2016-2141 backport to EAP 6.4.9 introduced some warning logs related to the new MBeans for AUTH, SYM_ENCRYPT, and ASYM_ENCRYPT.

AUTH:
WARN  [org.jgroups.jmx.ResourceDMBean] (ServerService Thread Pool -- 68) Method setAuthCoord must have a valid return type and zero parameters

SYM_ENCRYPT
WARN  [org.jgroups.jmx.ResourceDMBean] (ServerService Thread Pool -- 60) method name version doesn't start with "get", "set", or "is", but is annotated with @ManagedAttribute: will be ignored

ASYM_ENCRYPT
WARN  [org.jgroups.jmx.ResourceDMBean] (ServerService Threa
d Pool -- 68) method name numQueuedMessages doesn't start with "get", "set", or "is", but is annotated with @ManagedAttribute: will be ignored
WARN  [org.jgroups.jmx.ResourceDMBean] (ServerService Thread Pool -- 68) method name version doesn't start with "get", "set", or "is", but is annotated with @ManagedAttribute: will be ignored

Comment 1 dereed 2016-08-29 09:49:34 UTC
Effects are the WARN log message, and those specific methods listed are not available in the MBeans.