[ 
https://issues.apache.org/jira/browse/LOG4J2-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388733#comment-17388733
 ] 

ASF subversion and git services commented on LOG4J2-3131:
---------------------------------------------------------

Commit edbba3e6a7f2ed37afb0674653ace4bb7d5231ae in logging-log4j2's branch 
refs/heads/release-2.x from Gary Gregory
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=edbba3e ]

[LOG4J2-3131] Attempting to call getExtendedStackTraceAsString() after
deserializing JSON LogEvent results in a NPE.


> Attempting to call getExtendedStackTraceAsString() after deserializing JSON 
> LogEvent results in a NPE
> -----------------------------------------------------------------------------------------------------
>
>                 Key: LOG4J2-3131
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3131
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Layouts
>    Affects Versions: 2.14.1
>            Reporter: Adam Long
>            Assignee: Gary D. Gregory
>            Priority: Major
>         Attachments: example.zip
>
>
> How to reproduce:
>  # Generate a LogEvent with an Exception that has at least one cause (i.e. 
> nested Exception)
>  # Use the standard JSON Layout to turn that LogEvent into JSON
>  # Using JsonLogEventParser to turn it back into a LogEvent
>  # Call getExtendedStackTraceAsString() on the ThrowableProxy associated with 
> the deserialized LogEvent
>  # A NullPointerException will be thrown
> I've attached a small example project to reproduce the error.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to