Bug 1371078 - [GSS](6.4.z) WARN messages from JGroups *ENCRYPT/AUTH
Summary: [GSS](6.4.z) WARN messages from JGroups *ENCRYPT/AUTH
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Clustering
Version: 6.4.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Michal Vinkler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-29 09:47 UTC by dereed
Modified: 2019-11-14 09:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:49:11 UTC
Type: Bug


Attachments (Terms of Use)

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.


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