[ 
https://issues.apache.org/jira/browse/LOG4J2-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Remko Popma updated LOG4J2-716:
-------------------------------

    Description: 
During the investigation of LOG4J2-703 we discovered that on Android's Dalvik 
VM, Log4J2's JMX components cannot be initialized.

This can be worked around by setting system property 
{{log4j2.disable.jmx=true}}.

This ticket is to automatically set that system property when detecting that 
Log4j is running on Android.

TODO investigate if JMX is not supported at all on that environment or whether 
it can be made to work if invoked correctly. UPDATE: {{java.lang.management}} 
is not supported as of Android API level 20. See 
http://developer.android.com/reference/packages.html

Stack trace:
{code}

07-15 15:12:52.539    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.539    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve interface method 926: 
Ljavax/management/MBeanServer;.registerMBean 
(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;
07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/ObjectName;)
07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Unable to 
resolve superclass of Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin; 
(391)
07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Link of 
class 'Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin;' failed
07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could not 
find class 'org.apache.logging.log4j.core.jmx.StatusLoggerAdmin', referenced 
from method org.apache.logging.log4j.core.jmx.Server.registerStatusLogger
07-15 15:12:52.567    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve new-instance 764 
(Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin;) in 
Lorg/apache/logging/log4j/core/jmx/Server;
07-15 15:12:52.567    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve static method 456: 
Ljava/lang/management/ManagementFactory;.getPlatformMBeanServer 
()Ljavax/management/MBeanServer;
07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Unable to 
resolve superclass of Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin; 
(391)
07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Link of 
class 'Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin;' failed
07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could not 
find class 'org.apache.logging.log4j.core.jmx.LoggerContextAdmin', referenced 
from method 
org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure
07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve new-instance 759 
(Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin;) in 
Lorg/apache/logging/log4j/core/jmx/Server;
07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could not 
find class 'javax.management.ObjectName', referenced from method 
org.apache.logging.log4j.core.jmx.Server.unregisterAllMatching
07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve new-instance 393 (Ljavax/management/ObjectName;) in 
Lorg/apache/logging/log4j/core/jmx/Server;
07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to resolve static method 456: 
Ljava/lang/management/ManagementFactory;.getPlatformMBeanServer 
()Ljavax/management/MBeanServer;
07-15 15:12:52.595    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
unable to find class referenced in signature (Ljavax/management/MBeanServer;)
{code}

  was:
During the investigation of LOG4J2-703 we discovered that on Android's Dalvik 
VM, Log4J2's JMX components cannot be initialized.

This can be worked around by setting system property 
{{log4j2.disable.jmx=true}}.

This ticket is to automatically set that system property when detecting that 
Log4j is running on Android.

TODO investigate if JMX is not supported at all on that environment or whether 
it can be made to work if invoked correctly. UPDATE: {{java.lang.management}} 
is not supported as of Android API level 20. See 
http://developer.android.com/reference/packages.html


> Auto-disable JMX when detecting Android
> ---------------------------------------
>
>                 Key: LOG4J2-716
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-716
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: JMX
>            Reporter: Remko Popma
>            Assignee: Remko Popma
>             Fix For: 2.1
>
>
> During the investigation of LOG4J2-703 we discovered that on Android's Dalvik 
> VM, Log4J2's JMX components cannot be initialized.
> This can be worked around by setting system property 
> {{log4j2.disable.jmx=true}}.
> This ticket is to automatically set that system property when detecting that 
> Log4j is running on Android.
> TODO investigate if JMX is not supported at all on that environment or 
> whether it can be made to work if invoked correctly. UPDATE: 
> {{java.lang.management}} is not supported as of Android API level 20. See 
> http://developer.android.com/reference/packages.html
> Stack trace:
> {code}
> 07-15 15:12:52.539    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.539    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve interface method 926: 
> Ljavax/management/MBeanServer;.registerMBean 
> (Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;
> 07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.543    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.547    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.551    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.555    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.559    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/ObjectName;)
> 07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Unable 
> to resolve superclass of 
> Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin; (391)
> 07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Link of 
> class 'Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin;' failed
> 07-15 15:12:52.563    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could 
> not find class 'org.apache.logging.log4j.core.jmx.StatusLoggerAdmin', 
> referenced from method 
> org.apache.logging.log4j.core.jmx.Server.registerStatusLogger
> 07-15 15:12:52.567    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve new-instance 764 
> (Lorg/apache/logging/log4j/core/jmx/StatusLoggerAdmin;) in 
> Lorg/apache/logging/log4j/core/jmx/Server;
> 07-15 15:12:52.567    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve static method 456: 
> Ljava/lang/management/ManagementFactory;.getPlatformMBeanServer 
> ()Ljavax/management/MBeanServer;
> 07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Unable 
> to resolve superclass of 
> Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin; (391)
> 07-15 15:12:52.571    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ Link of 
> class 'Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin;' failed
> 07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could 
> not find class 'org.apache.logging.log4j.core.jmx.LoggerContextAdmin', 
> referenced from method 
> org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure
> 07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve new-instance 759 
> (Lorg/apache/logging/log4j/core/jmx/LoggerContextAdmin;) in 
> Lorg/apache/logging/log4j/core/jmx/Server;
> 07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.575    1603-1603/com.torointl.log4j2xtest E/dalvikvm﹕ Could 
> not find class 'javax.management.ObjectName', referenced from method 
> org.apache.logging.log4j.core.jmx.Server.unregisterAllMatching
> 07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve new-instance 393 (Ljavax/management/ObjectName;) in 
> Lorg/apache/logging/log4j/core/jmx/Server;
> 07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.579    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.583    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.587    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> 07-15 15:12:52.591    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to resolve static method 456: 
> Ljava/lang/management/ManagementFactory;.getPlatformMBeanServer 
> ()Ljavax/management/MBeanServer;
> 07-15 15:12:52.595    1603-1603/com.torointl.log4j2xtest W/dalvikvm﹕ VFY: 
> unable to find class referenced in signature (Ljavax/management/MBeanServer;)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to