Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-1626

NullPointer exception in Throwable Proxy - version 1.2.11

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • None
    • None

    Description

      Line 99 in Throwable proxy class throws null pointer exception when throwableSuppressed is returned null.

      Cannot read the array length because "throwableSuppressed" is nullCannot read the array length because "throwableSuppressed" is nulljava.lang.NullPointerException: Cannot read the array length because "throwableSuppressed" is null at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:99) at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:62) at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:119) at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:419) at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:383) at ch.qos.logback.classic.Logger.error(Logger.java:534)

      Attachments

        Activity

          People

            logback-dev Logback dev list
            inderjot_ratol Inderjot kaur Ratol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: