[ https://issues.apache.org/jira/browse/LOG4J2-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483071#comment-14483071 ]
CEM DAYANIK commented on LOG4J2-992: ------------------------------------ nope. any suggestions? {code:title=log4j2.xml|borderStyle=solid} <?xml version="1.0" encoding="UTF-8"?> <Configuration status="debug"> <Appenders> <Console name="SystemOut" target="SYSTEM_OUT"> <PatternLayout pattern="[%d] [%-5p] [%t] [%c] - %m%n"/> <ThresholdFilter level="ERROR" onMatch="DENY" onMismatch="ACCEPT"/> </Console> <Console name="SystemErr" target="SYSTEM_ERR"> <PatternLayout pattern="[%d] [%-5p] [%t] [%c] - %m%n"/> <ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY"/> </Console> <Console name="CBLogManagerSystemOut" target="SYSTEM_OUT"> <PatternLayout pattern="%m%n"/> <ThresholdFilter level="ERROR" onMatch="DENY" onMismatch="ACCEPT"/> </Console> <Console name="CBLogManagerSystemErr" target="SYSTEM_ERR"> <PatternLayout pattern="%m%n"/> <ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY"/> </Console> </Appenders> <Loggers> <Root level="INFO"> <AppenderRef ref="SystemOut"/> <AppenderRef ref="SystemErr"/> </Root> <Logger name="cb.smg.general.utility.CBLogManager" level="debug" additivity="false"> <AppenderRef ref="CBLogManagerSystemOut"/> <AppenderRef ref="CBLogManagerSystemErr"/> </Logger> </Loggers> </Configuration> {code} {code:title=conf debug log|borderStyle=solid} [07.04.2015 10:07:11:779 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,779 DEBUG Reconfiguration started for context[name=1405178817] at null (org.apache.logging.log4j.core.LoggerContext@300c300c) with optional ClassLoader: null [07.04.2015 10:07:11:779 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,779 DEBUG Using configurationFactory org.apache.logging.log4j.core.config.ConfigurationFactory$Factory@7f597f59 [07.04.2015 10:07:11:792 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,792 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. [07.04.2015 10:07:11:797 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,797 DEBUG Starting configuration XmlConfiguration[location=/fbapp/CORE/conf/common/log4j2.xml] [07.04.2015 10:07:11:797 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,797 DEBUG PluginManager 'Core' found 69 plugins [07.04.2015 10:07:11:798 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,798 DEBUG PluginManager 'Level' found 0 plugins [07.04.2015 10:07:11:799 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,799 DEBUG PluginManager 'Lookup' found 10 plugins [07.04.2015 10:07:11:800 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,799 DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. Searching for builder factory method... [07.04.2015 10:07:11:800 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,800 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.layout.PatternLayout$Builder org.apache.logging.log4j.core.layout.PatternLayout.newBuilder(). [07.04.2015 10:07:11:801 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,801 DEBUG Calling build() on class class org.apache.logging.log4j.core.layout.PatternLayout$Builder for element PatternLayout with params(pattern="[%d] [%-5p] [%t] [%c] - %m%n", Configuration(/fbapp/CORE/conf/common/log4j2.xml), null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null") [07.04.2015 10:07:11:802 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,802 DEBUG PluginManager 'Converter' found 33 plugins [07.04.2015 10:07:11:803 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,803 DEBUG Built Plugin[name=layout] OK from builder factory method. [07.04.2015 10:07:11:803 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,803 DEBUG Building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for builder factory method... [07.04.2015 10:07:11:803 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,803 DEBUG No builder factory method found in class org.apache.logging.log4j.core.filter.ThresholdFilter. Going to try finding a factory method instead. [07.04.2015 10:07:11:804 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,804 DEBUG Still building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for factory method... [07.04.2015 10:07:11:804 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,804 DEBUG Found factory method [createFilter]: public static org.apache.logging.log4j.core.filter.ThresholdFilter org.apache.logging.log4j.core.filter.ThresholdFilter.createFilter(org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter$Result,org.apache.logging.log4j.core.Filter$Result). [07.04.2015 10:07:11:805 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,805 DEBUG Calling createFilter on class org.apache.logging.log4j.core.filter.ThresholdFilter for element ThresholdFilter with params(level="ERROR", onMatch="DENY", onMismatch="ACCEPT") [07.04.2015 10:07:11:805 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,805 DEBUG Built Plugin[name=filter] OK from factory method. [07.04.2015 10:07:11:806 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,805 DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender]. Searching for builder factory method... [07.04.2015 10:07:11:808 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,808 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. [07.04.2015 10:07:11:809 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,809 DEBUG PluginManager 'Converter' found 33 plugins [07.04.2015 10:07:11:810 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,810 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.appender.ConsoleAppender$Builder org.apache.logging.log4j.core.appender.ConsoleAppender.newBuilder(). [07.04.2015 10:07:11:810 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,810 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:811 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,811 DEBUG Encountered type [org.apache.logging.log4j.core.layout.PatternLayout] which can only be checked for null. [07.04.2015 10:07:11:813 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,813 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:813 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,813 DEBUG Encountered type [org.apache.logging.log4j.core.appender.ConsoleAppender$Target] which can only be checked for null. [07.04.2015 10:07:11:814 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,814 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:815 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,815 DEBUG Calling build() on class class org.apache.logging.log4j.core.appender.ConsoleAppender$Builder for element Console with params(PatternLayout([%d] [%-5p] [%t] [%c] - %m%n), ThresholdFilter(ERROR), target="SYSTEM_OUT", name="SystemOut", follow="null", ignoreExceptions="null") [07.04.2015 10:07:11:816 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,816 DEBUG Built Plugin[name=appender] OK from builder factory method. [07.04.2015 10:07:11:816 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,816 DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. Searching for builder factory method... [07.04.2015 10:07:11:817 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,817 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.layout.PatternLayout$Builder org.apache.logging.log4j.core.layout.PatternLayout.newBuilder(). [07.04.2015 10:07:11:817 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,817 DEBUG Calling build() on class class org.apache.logging.log4j.core.layout.PatternLayout$Builder for element PatternLayout with params(pattern="[%d] [%-5p] [%t] [%c] - %m%n", Configuration(/fbapp/CORE/conf/common/log4j2.xml), null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null") [07.04.2015 10:07:11:818 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,818 DEBUG Built Plugin[name=layout] OK from builder factory method. [07.04.2015 10:07:11:818 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,818 DEBUG Building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for builder factory method... [07.04.2015 10:07:11:819 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,819 DEBUG No builder factory method found in class org.apache.logging.log4j.core.filter.ThresholdFilter. Going to try finding a factory method instead. [07.04.2015 10:07:11:819 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,819 DEBUG Still building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for factory method... [07.04.2015 10:07:11:820 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,820 DEBUG Found factory method [createFilter]: public static org.apache.logging.log4j.core.filter.ThresholdFilter org.apache.logging.log4j.core.filter.ThresholdFilter.createFilter(org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter$Result,org.apache.logging.log4j.core.Filter$Result). [07.04.2015 10:07:11:820 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,820 DEBUG Calling createFilter on class org.apache.logging.log4j.core.filter.ThresholdFilter for element ThresholdFilter with params(level="ERROR", onMatch="ACCEPT", onMismatch="DENY") [07.04.2015 10:07:11:821 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,821 DEBUG Built Plugin[name=filter] OK from factory method. [07.04.2015 10:07:11:821 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,821 DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender]. Searching for builder factory method... [07.04.2015 10:07:11:823 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,823 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. [07.04.2015 10:07:11:823 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,823 DEBUG PluginManager 'Converter' found 33 plugins [07.04.2015 10:07:11:824 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,824 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.appender.ConsoleAppender$Builder org.apache.logging.log4j.core.appender.ConsoleAppender.newBuilder(). [07.04.2015 10:07:11:824 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,824 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:825 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,825 DEBUG Encountered type [org.apache.logging.log4j.core.layout.PatternLayout] which can only be checked for null. [07.04.2015 10:07:11:825 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,825 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:826 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,826 DEBUG Encountered type [org.apache.logging.log4j.core.appender.ConsoleAppender$Target] which can only be checked for null. [07.04.2015 10:07:11:826 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,826 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:826 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,826 DEBUG Calling build() on class class org.apache.logging.log4j.core.appender.ConsoleAppender$Builder for element Console with params(PatternLayout([%d] [%-5p] [%t] [%c] - %m%n), ThresholdFilter(ERROR), target="SYSTEM_ERR", name="SystemErr", follow="null", ignoreExceptions="null") [07.04.2015 10:07:11:827 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,827 DEBUG Built Plugin[name=appender] OK from builder factory method. [07.04.2015 10:07:11:827 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,827 DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. Searching for builder factory method... [07.04.2015 10:07:11:827 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,827 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.layout.PatternLayout$Builder org.apache.logging.log4j.core.layout.PatternLayout.newBuilder(). [07.04.2015 10:07:11:828 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,828 DEBUG Calling build() on class class org.apache.logging.log4j.core.layout.PatternLayout$Builder for element PatternLayout with params(pattern="%m%n", Configuration(/fbapp/CORE/conf/common/log4j2.xml), null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null") [07.04.2015 10:07:11:828 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,828 DEBUG Built Plugin[name=layout] OK from builder factory method. [07.04.2015 10:07:11:829 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,829 DEBUG Building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for builder factory method... [07.04.2015 10:07:11:829 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,829 DEBUG No builder factory method found in class org.apache.logging.log4j.core.filter.ThresholdFilter. Going to try finding a factory method instead. [07.04.2015 10:07:11:829 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,829 DEBUG Still building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for factory method... [07.04.2015 10:07:11:830 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,830 DEBUG Found factory method [createFilter]: public static org.apache.logging.log4j.core.filter.ThresholdFilter org.apache.logging.log4j.core.filter.ThresholdFilter.createFilter(org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter$Result,org.apache.logging.log4j.core.Filter$Result). [07.04.2015 10:07:11:830 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,830 DEBUG Calling createFilter on class org.apache.logging.log4j.core.filter.ThresholdFilter for element ThresholdFilter with params(level="ERROR", onMatch="DENY", onMismatch="ACCEPT") [07.04.2015 10:07:11:831 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,830 DEBUG Built Plugin[name=filter] OK from factory method. [07.04.2015 10:07:11:831 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,831 DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender]. Searching for builder factory method... [07.04.2015 10:07:11:833 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,832 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. [07.04.2015 10:07:11:833 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,833 DEBUG PluginManager 'Converter' found 33 plugins [07.04.2015 10:07:11:834 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,834 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.appender.ConsoleAppender$Builder org.apache.logging.log4j.core.appender.ConsoleAppender.newBuilder(). [07.04.2015 10:07:11:834 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,834 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:835 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,834 DEBUG Encountered type [org.apache.logging.log4j.core.layout.PatternLayout] which can only be checked for null. [07.04.2015 10:07:11:835 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,835 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:835 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,835 DEBUG Encountered type [org.apache.logging.log4j.core.appender.ConsoleAppender$Target] which can only be checked for null. [07.04.2015 10:07:11:836 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,836 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:836 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,836 DEBUG Calling build() on class class org.apache.logging.log4j.core.appender.ConsoleAppender$Builder for element Console with params(PatternLayout(%m%n), ThresholdFilter(ERROR), target="SYSTEM_OUT", name="CBLogManagerSystemOut", follow="null", ignoreExceptions="null") [07.04.2015 10:07:11:836 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,836 DEBUG Built Plugin[name=appender] OK from builder factory method. [07.04.2015 10:07:11:837 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,837 DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. Searching for builder factory method... [07.04.2015 10:07:11:837 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,837 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.layout.PatternLayout$Builder org.apache.logging.log4j.core.layout.PatternLayout.newBuilder(). [07.04.2015 10:07:11:838 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,837 DEBUG Calling build() on class class org.apache.logging.log4j.core.layout.PatternLayout$Builder for element PatternLayout with params(pattern="%m%n", Configuration(/fbapp/CORE/conf/common/log4j2.xml), null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null") [07.04.2015 10:07:11:838 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,838 DEBUG Built Plugin[name=layout] OK from builder factory method. [07.04.2015 10:07:11:838 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,838 DEBUG Building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for builder factory method... [07.04.2015 10:07:11:839 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,838 DEBUG No builder factory method found in class org.apache.logging.log4j.core.filter.ThresholdFilter. Going to try finding a factory method instead. [07.04.2015 10:07:11:839 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,839 DEBUG Still building Plugin[name=filter, class=org.apache.logging.log4j.core.filter.ThresholdFilter]. Searching for factory method... [07.04.2015 10:07:11:839 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,839 DEBUG Found factory method [createFilter]: public static org.apache.logging.log4j.core.filter.ThresholdFilter org.apache.logging.log4j.core.filter.ThresholdFilter.createFilter(org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter$Result,org.apache.logging.log4j.core.Filter$Result). [07.04.2015 10:07:11:840 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,840 DEBUG Calling createFilter on class org.apache.logging.log4j.core.filter.ThresholdFilter for element ThresholdFilter with params(level="ERROR", onMatch="ACCEPT", onMismatch="DENY") [07.04.2015 10:07:11:840 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,840 DEBUG Built Plugin[name=filter] OK from factory method. [07.04.2015 10:07:11:840 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,840 DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender]. Searching for builder factory method... [07.04.2015 10:07:11:842 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,842 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory. [07.04.2015 10:07:11:843 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,842 DEBUG PluginManager 'Converter' found 33 plugins [07.04.2015 10:07:11:843 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,843 DEBUG Found builder factory method [newBuilder]: public static org.apache.logging.log4j.core.appender.ConsoleAppender$Builder org.apache.logging.log4j.core.appender.ConsoleAppender.newBuilder(). [07.04.2015 10:07:11:844 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,844 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:844 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,844 DEBUG Encountered type [org.apache.logging.log4j.core.layout.PatternLayout] which can only be checked for null. [07.04.2015 10:07:11:844 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,844 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:845 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,845 DEBUG Encountered type [org.apache.logging.log4j.core.appender.ConsoleAppender$Target] which can only be checked for null. [07.04.2015 10:07:11:845 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,845 DEBUG No PluginVisitorStrategy found on annotation [interface org.apache.logging.log4j.core.config.plugins.validation.constraints.Required]. Ignoring. [07.04.2015 10:07:11:846 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,846 DEBUG Calling build() on class class org.apache.logging.log4j.core.appender.ConsoleAppender$Builder for element Console with params(PatternLayout(%m%n), ThresholdFilter(ERROR), target="SYSTEM_ERR", name="CBLogManagerSystemErr", follow="null", ignoreExceptions="null") [07.04.2015 10:07:11:846 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,846 DEBUG Built Plugin[name=appender] OK from builder factory method. [07.04.2015 10:07:11:846 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,846 DEBUG Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin]. Searching for builder factory method... [07.04.2015 10:07:11:847 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,847 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.AppendersPlugin. Going to try finding a factory method instead. [07.04.2015 10:07:11:847 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,847 DEBUG Still building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin]. Searching for factory method... [07.04.2015 10:07:11:847 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,847 DEBUG Found factory method [createAppenders]: public static java.util.concurrent.ConcurrentMap org.apache.logging.log4j.core.config.AppendersPlugin.createAppenders(org.apache.logging.log4j.core.Appender[]). [07.04.2015 10:07:11:848 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,848 DEBUG Calling createAppenders on class org.apache.logging.log4j.core.config.AppendersPlugin for element Appenders with params(={SystemOut, SystemErr, CBLogManagerSystemOut, CBLogManagerSystemErr}) [07.04.2015 10:07:11:848 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,848 DEBUG Built Plugin[name=appenders] OK from factory method. [07.04.2015 10:07:11:848 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,848 DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for builder factory method... [07.04.2015 10:07:11:849 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,849 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.AppenderRef. Going to try finding a factory method instead. [07.04.2015 10:07:11:849 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,849 DEBUG Still building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for factory method... [07.04.2015 10:07:11:851 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,851 DEBUG Found factory method [createAppenderRef]: public static org.apache.logging.log4j.core.config.AppenderRef org.apache.logging.log4j.core.config.AppenderRef.createAppenderRef(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:852 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,852 DEBUG Calling createAppenderRef on class org.apache.logging.log4j.core.config.AppenderRef for element AppenderRef with params(ref="SystemOut", level="null", null) [07.04.2015 10:07:11:852 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,852 DEBUG Built Plugin[name=AppenderRef] OK from factory method. [07.04.2015 10:07:11:852 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,852 DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for builder factory method... [07.04.2015 10:07:11:853 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,853 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.AppenderRef. Going to try finding a factory method instead. [07.04.2015 10:07:11:853 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,853 DEBUG Still building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for factory method... [07.04.2015 10:07:11:854 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,854 DEBUG Found factory method [createAppenderRef]: public static org.apache.logging.log4j.core.config.AppenderRef org.apache.logging.log4j.core.config.AppenderRef.createAppenderRef(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:855 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,855 DEBUG Calling createAppenderRef on class org.apache.logging.log4j.core.config.AppenderRef for element AppenderRef with params(ref="SystemErr", level="null", null) [07.04.2015 10:07:11:855 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,855 DEBUG Built Plugin[name=AppenderRef] OK from factory method. [07.04.2015 10:07:11:855 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,855 DEBUG Building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger]. Searching for builder factory method... [07.04.2015 10:07:11:856 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,856 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.LoggerConfig$RootLogger. Going to try finding a factory method instead. [07.04.2015 10:07:11:856 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,856 DEBUG Still building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger]. Searching for factory method... [07.04.2015 10:07:11:857 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,857 DEBUG Found factory method [createLogger]: public static org.apache.logging.log4j.core.config.LoggerConfig org.apache.logging.log4j.core.config.LoggerConfig$RootLogger.createLogger(java.lang.String,org.apache.logging.log4j.Level,java.lang.String,org.apache.logging.log4j.core.config.AppenderRef[],org.apache.logging.log4j.core.config.Property[],org.apache.logging.log4j.core.config.Configuration,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:857 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,857 DEBUG Calling createLogger on class org.apache.logging.log4j.core.config.LoggerConfig$RootLogger for element Root with params(additivity="null", level="INFO", includeLocation="null", ={SystemOut, SystemErr}, ={}, Configuration(/fbapp/CORE/conf/common/log4j2.xml), null) [07.04.2015 10:07:11:858 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,858 DEBUG Built Plugin[name=root] OK from factory method. [07.04.2015 10:07:11:858 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,858 DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for builder factory method... [07.04.2015 10:07:11:858 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,858 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.AppenderRef. Going to try finding a factory method instead. [07.04.2015 10:07:11:859 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,859 DEBUG Still building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for factory method... [07.04.2015 10:07:11:859 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,859 DEBUG Found factory method [createAppenderRef]: public static org.apache.logging.log4j.core.config.AppenderRef org.apache.logging.log4j.core.config.AppenderRef.createAppenderRef(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:859 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,859 DEBUG Calling createAppenderRef on class org.apache.logging.log4j.core.config.AppenderRef for element AppenderRef with params(ref="CBLogManagerSystemOut", level="null", null) [07.04.2015 10:07:11:860 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,860 DEBUG Built Plugin[name=AppenderRef] OK from factory method. [07.04.2015 10:07:11:860 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,860 DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for builder factory method... [07.04.2015 10:07:11:861 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,861 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.AppenderRef. Going to try finding a factory method instead. [07.04.2015 10:07:11:861 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,861 DEBUG Still building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. Searching for factory method... [07.04.2015 10:07:11:861 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,861 DEBUG Found factory method [createAppenderRef]: public static org.apache.logging.log4j.core.config.AppenderRef org.apache.logging.log4j.core.config.AppenderRef.createAppenderRef(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:862 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,862 DEBUG Calling createAppenderRef on class org.apache.logging.log4j.core.config.AppenderRef for element AppenderRef with params(ref="CBLogManagerSystemErr", level="null", null) [07.04.2015 10:07:11:862 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,862 DEBUG Built Plugin[name=AppenderRef] OK from factory method. [07.04.2015 10:07:11:862 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,862 DEBUG Building Plugin[name=logger, class=org.apache.logging.log4j.core.config.LoggerConfig]. Searching for builder factory method... [07.04.2015 10:07:11:863 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,863 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.LoggerConfig. Going to try finding a factory method instead. [07.04.2015 10:07:11:863 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,863 DEBUG Still building Plugin[name=logger, class=org.apache.logging.log4j.core.config.LoggerConfig]. Searching for factory method... [07.04.2015 10:07:11:864 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,864 DEBUG Found factory method [createLogger]: public static org.apache.logging.log4j.core.config.LoggerConfig org.apache.logging.log4j.core.config.LoggerConfig.createLogger(java.lang.String,org.apache.logging.log4j.Level,java.lang.String,java.lang.String,org.apache.logging.log4j.core.config.AppenderRef[],org.apache.logging.log4j.core.config.Property[],org.apache.logging.log4j.core.config.Configuration,org.apache.logging.log4j.core.Filter). [07.04.2015 10:07:11:865 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,864 DEBUG Calling createLogger on class org.apache.logging.log4j.core.config.LoggerConfig for element Logger with params(additivity="false", level="INFO", name="cb.smg.general.utility.CBLogManager", includeLocation="null", ={CBLogManagerSystemOut, CBLogManagerSystemErr}, ={}, Configuration(/fbapp/CORE/conf/common/log4j2.xml), null) [07.04.2015 10:07:11:865 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,865 DEBUG Built Plugin[name=logger] OK from factory method. [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,865 DEBUG Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. Searching for builder factory method... [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,866 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.LoggersPlugin. Going to try finding a factory method instead. [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,866 DEBUG Still building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. Searching for factory method... [07.04.2015 10:07:11:867 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,867 DEBUG Found factory method [createLoggers]: public static org.apache.logging.log4j.core.config.Loggers org.apache.logging.log4j.core.config.LoggersPlugin.createLoggers(org.apache.logging.log4j.core.config.LoggerConfig[]). [07.04.2015 10:07:11:867 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,867 DEBUG Calling createLoggers on class org.apache.logging.log4j.core.config.LoggersPlugin for element Loggers with params(={root, cb.smg.general.utility.CBLogManager}) [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Built Plugin[name=loggers] OK from factory method. [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Started configuration XmlConfiguration[location=/fbapp/CORE/conf/common/log4j2.xml] OK. [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@30f330f3 OK [07.04.2015 10:07:11:869 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,869 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817 [07.04.2015 10:07:11:869 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,869 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=StatusLogger [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=ContextSelector [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Loggers,name= [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=CBLogManagerSystemErr [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=CBLogManagerSystemOut [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=SystemOut [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=SystemErr [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543 [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=StatusLogger [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=ContextSelector [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name= [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemErr [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=SystemOut [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=SystemErr [07.04.2015 10:07:11:875 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,875 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemOut [07.04.2015 10:07:11:875 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,875 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543 [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=StatusLogger [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=ContextSelector [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name= [07.04.2015 10:07:11:877 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,877 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,865 DEBUG Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. Searching for builder factory method... [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,866 DEBUG No builder factory method found in class org.apache.logging.log4j.core.config.LoggersPlugin. Going to try finding a factory method instead. [07.04.2015 10:07:11:866 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,866 DEBUG Still building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. Searching for factory method... [07.04.2015 10:07:11:867 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,867 DEBUG Found factory method [createLoggers]: public static org.apache.logging.log4j.core.config.Loggers org.apache.logging.log4j.core.config.LoggersPlugin.createLoggers(org.apache.logging.log4j.core.config.LoggerConfig[]). [07.04.2015 10:07:11:867 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,867 DEBUG Calling createLoggers on class org.apache.logging.log4j.core.config.LoggersPlugin for element Loggers with params(={root, cb.smg.general.utility.CBLogManager}) [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Built Plugin[name=loggers] OK from factory method. [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Started configuration XmlConfiguration[location=/fbapp/CORE/conf/common/log4j2.xml] OK. [07.04.2015 10:07:11:868 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,868 DEBUG Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@30f330f3 OK [07.04.2015 10:07:11:869 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,869 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817 [07.04.2015 10:07:11:869 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,869 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=StatusLogger [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=ContextSelector [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Loggers,name= [07.04.2015 10:07:11:870 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,870 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=CBLogManagerSystemErr [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=CBLogManagerSystemOut [07.04.2015 10:07:11:871 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,871 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=SystemOut [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Registering MBean org.apache.logging.log4j2:type=1405178817,component=Appenders,name=SystemErr [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543 [07.04.2015 10:07:11:872 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,872 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=StatusLogger [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=ContextSelector [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name= [07.04.2015 10:07:11:873 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,873 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemErr [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=SystemOut [07.04.2015 10:07:11:874 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,874 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=SystemErr [07.04.2015 10:07:11:875 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,875 DEBUG Unregistering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemOut [07.04.2015 10:07:11:875 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,875 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543 [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=StatusLogger [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=ContextSelector [07.04.2015 10:07:11:876 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,876 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name= [07.04.2015 10:07:11:877 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,877 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Loggers,name=cb.smg.general.utility.CBLogManager [07.04.2015 10:07:11:877 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,877 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemErr [07.04.2015 10:07:11:877 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,877 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=CBLogManagerSystemOut [07.04.2015 10:07:11:878 EEST] 00000157 SystemOut O 2015-04-07 10:07:11,878 DEBUG Registering MBean org.apache.logging.log4j2:type=1758947543,component=Appenders,name=SystemOut {code} > ThrowableProxy throws NoClassDefFoundError (v2.2) > ------------------------------------------------- > > Key: LOG4J2-992 > URL: https://issues.apache.org/jira/browse/LOG4J2-992 > Project: Log4j 2 > Issue Type: Bug > Components: Core > Affects Versions: 2.2 > Environment: IBM J9 VM > Reporter: CEM DAYANIK > > Might be considred as duplicate of LOG4J2-834. > log4j2 classes tries to load classes which makes "static" blocks to run. > Out pattern is the following: > [%d] [%-5p] [%t] [%c] - %m%n > How can we avoid this one for now? > According to docs, there is not any info there related to "location info"? > Isnt this supposed to happen at least when log4j2 tries to get information > about location info? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org