Hide Forgot
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
Effects are the WARN log message, and those specific methods listed are not available in the MBeans.