Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-09-28 13:43:22,446 main ERROR Unable to locate plugin type for Loggers
- 2019-09-28 13:43:22,483 main ERROR Unable to locate plugin type for Appenders
- 2019-09-28 13:43:22,484 main ERROR Unable to locate plugin for AppenderRef
- 2019-09-28 13:43:22,485 main ERROR Unable to locate plugin for Root
- 2019-09-28 13:43:22,486 main ERROR Unable to locate plugin for AppenderRef
- 2019-09-28 13:43:22,487 main ERROR Unable to locate plugin for Logger
- 2019-09-28 13:43:22,489 main ERROR Unable to locate plugin for Loggers
- 2019-09-28 13:43:22,490 main ERROR Unable to locate plugin for PatternLayout
- 2019-09-28 13:43:22,490 main ERROR Unable to locate plugin for Console
- 2019-09-28 13:43:22,491 main ERROR Unable to locate plugin for PatternLayout
- 2019-09-28 13:43:22,494 main ERROR Unable to locate plugin for Console
- 2019-09-28 13:43:22,495 main ERROR Unable to locate plugin for Appenders
- 2019-09-28 13:43:22,521 main ERROR Unrecognized format specifier [d]
- 2019-09-28 13:43:22,523 main ERROR Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
- 2019-09-28 13:43:22,526 main ERROR Unrecognized format specifier [thread]
- 2019-09-28 13:43:22,527 main ERROR Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
- 2019-09-28 13:43:22,529 main ERROR Unrecognized format specifier [level]
- 2019-09-28 13:43:22,530 main ERROR Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
- 2019-09-28 13:43:22,529 main ERROR Unrecognized format specifier [level]
- 2019-09-28 13:43:22,530 main ERROR Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
- 2019-09-28 13:43:22,533 main ERROR Unrecognized format specifier [logger]
- 2019-09-28 13:43:22,534 main ERROR Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern.
- 2019-09-28 13:43:22,535 main ERROR Unrecognized format specifier [msg]
- 2019-09-28 13:43:22,536 main ERROR Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern.
- 2019-09-28 13:43:22,537 main ERROR Unrecognized format specifier [n]
- 2019-09-28 13:43:22,538 main ERROR Unrecognized conversion specifier [n] starting at position 56 in conversion pattern.
- 2019-09-28 13:43:22,575 main ERROR Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
- 2019-09-28 13:43:22,590 main ERROR LogManager returned an instance of org.apache.logging.log4j.simple.SimpleLoggerContextFactory which does not implement org.apache.logging.log4j.core.impl.Log4jContextFactory. Unable to initialize Log4j.
- Exception in thread "main" java.lang.ExceptionInInitializerError
- Caused by: java.lang.ClassCastException: org.apache.logging.log4j.simple.SimpleLoggerContext cannot be cast to org.apache.logging.log4j.core.LoggerContext
- at org.apache.log4j.LogManager$PrivateManager.getContext(LogManager.java:215)
- at org.apache.log4j.LogManager.getRootLogger(LogManager.java:70)
- at ru.excalibur.launcher.Launcher.<clinit>(sg:13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement