Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-5124

NPE when location information is included in console logging pattern

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.1
    • Fix Version/s: 4.1.2, 4.2.0.M1
    • Component/s: karaf
    • Labels:
      None

      Description

      When including class and line in the console logger pattern a NPE is thrown when doing a log:tail or log:display.
      This appears to be a result of the KarafLogEvent not keeping the location information and the PatternParser not checking if location information is available before trying to use it.
      This is the pattern in org.apache.karaf.log.cfg that causes the NPE
      pattern = %d

      {ABSOLUTE}

      | %-5.5p | %-16.16t | %-40.40C %4L | %-20.20X

      {bundle.name}

      | %m%n

      This is the exception thrown
      Exception in thread "pool-28-thread-1" java.lang.NullPointerException
      at org.apache.karaf.log.core.internal.layout.PatternParser$ClassNamePatternConverter.getFullyQualifiedName(PatternParser.java:511)
      at org.apache.karaf.log.core.internal.layout.PatternParser$NamedPatternConverter.convert(PatternParser.java:482)
      at org.apache.karaf.log.core.internal.layout.PatternConverter.format(PatternConverter.java:63)
      at org.apache.karaf.log.core.internal.LogEventFormatterImpl.format(LogEventFormatterImpl.java:117)
      at org.apache.karaf.log.command.DisplayLog.printEvent(DisplayLog.java:121)
      at org.apache.karaf.log.command.DisplayLog.printEvent(DisplayLog.java:105)
      at org.apache.karaf.log.command.LogTail$PrintEventThread.run(LogTail.java:101)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      at java.lang.Thread.run(Thread.java:745)

        Attachments

          Activity

            People

            • Assignee:
              gnt Guillaume Nodet
              Reporter:
              clockard79@gmail.com Christopher Lockard
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: