[
https://issues.apache.org/jira/browse/LOG4J2-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15704553#comment-15704553
]
Robert Christiansen edited comment on LOG4J2-1687 at 11/29/16 7:49 AM:
-----------------------------------------------------------------------
Hi [~garydgregory], it is the {{Class.getClassLoader()}} that can return null,
not the {{Object.getClass()}} which makes more sense I hope. Issue
[LOG4J2-1457|https://issues.apache.org/jira/browse/LOG4J2-1457] removed the
usage of {{LoaderUtil}} (but introduced the NPE) due to issues with deadlocks
and the ClassLoader in some cases.
was (Author: hjertmann):
Hi [~garydgregory], it is the Class.getClassLoader() that can return null, not
the Object.getClass() which makes more sense I hope. Issue
[LOG4J2-1457|https://issues.apache.org/jira/browse/LOG4J2-1457] removed the
usage of LoaderUtil (but introduced the NPE) due to issues with deadlocks and
the ClassLoader in some cases.
> NPE in ThrowableProxy when resolving stack
> ------------------------------------------
>
> Key: LOG4J2-1687
> URL: https://issues.apache.org/jira/browse/LOG4J2-1687
> Project: Log4j 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.7
> Environment: - java version "1.7.0_80" ,Java(TM) SE Runtime
> Environment (build 1.7.0_80-b15), Java HotSpot(TM) 64-Bit Server VM (build
> 24.80-b11, mixed mode)
> - Jboss EAP 5.2.0-EAP
> Reporter: Robert Christiansen
> Labels: easyfix
> Attachments: error.log, patch.diff
>
>
> NPE when logging in Java EE/OSGi environment.
> In some cases the ClassLoader (
> https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html#getClassLoader()
> ) will be null for a Class.
> With the changes introduced in
> https://issues.apache.org/jira/browse/LOG4J2-1457 logging with %xEx can cause
> a NullPointerExeception when trying to resolve the stack.
> Since it's not a common occurrence in most environments I suggest the
> ThrowableProxy swallow the NPE in the same way it swallows SecurityExeception
> and other classloading exceptions to avoid extra branching for all
> environments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]