Uploaded image for project: 'Log4j 2'
  1. Log4j 2
  2. LOG4J2-3527

Circular loading of installed providers detected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.17.2
    • 2.18.0
    • Core
    • None

    Description

      After this change 

      https://github.com/apache/logging-log4j2/commit/61181879523b677f85e30154f6645b7b17fe9783

      I have an issue with next exception:

       

       {:type java.lang.Error,
          :message "Circular loading of installed providers detected",
          :at [java.nio.file.spi.FileSystemProvider installedProviders "FileSystemProvider.java" 161]}],
        :trace
        [[java.nio.file.spi.FileSystemProvider installedProviders "FileSystemProvider.java" 161]
         [java.nio.file.Paths get "Paths.java" 141]
         [org.apache.logging.log4j.core.util.Source toFile "Source.java" 55]
         [org.apache.logging.log4j.core.util.Source <init> "Source.java" 142]
         [org.apache.logging.log4j.core.config.ConfigurationSource <init> "ConfigurationSource.java" 139]
         [org.apache.logging.log4j.core.config.ConfigurationSource getConfigurationSource "ConfigurationSource.java" 388]
         [org.apache.logging.log4j.core.config.ConfigurationSource fromResource "ConfigurationSource.java" 366]
         [org.apache.logging.log4j.core.config.ConfigurationFactory$Factory getConfiguration "ConfigurationFactory.java" 554]
         [org.apache.logging.log4j.core.config.ConfigurationFactory$Factory getConfiguration "ConfigurationFactory.java" 483]
         [org.apache.logging.log4j.core.config.ConfigurationFactory getConfiguration "ConfigurationFactory.java" 325]
         [org.apache.logging.log4j.core.LoggerContext reconfigure "LoggerContext.java" 690]
         [org.apache.logging.log4j.core.LoggerContext reconfigure "LoggerContext.java" 711]
         [org.apache.logging.log4j.core.LoggerContext start "LoggerContext.java" 253]
         [org.apache.logging.log4j.core.impl.Log4jContextFactory getContext "Log4jContextFactory.java" 155]
         [org.apache.logging.log4j.core.impl.Log4jContextFactory getContext "Log4jContextFactory.java" 47]
         [org.apache.logging.log4j.LogManager getContext "LogManager.java" 196]
         [org.apache.logging.log4j.spi.AbstractLoggerAdapter getContext "AbstractLoggerAdapter.java" 137]
         [org.apache.logging.slf4j.Log4jLoggerFactory getContext "Log4jLoggerFactory.java" 55]
         [org.apache.logging.log4j.spi.AbstractLoggerAdapter getLogger "AbstractLoggerAdapter.java" 47]
         [org.apache.logging.slf4j.Log4jLoggerFactory getLogger "Log4jLoggerFactory.java" 33]
         [clojure.tools.logging$eval173$reify__185 get_logger "dremio.clj" 1] 

      Attachments

        Activity

          People

            Unassigned Unassigned
            fedyanint Timofey Fedyanin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: