Advertisement
Exception_Prototype

Untitled

Sep 28th, 2019
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.04 KB | None | 0 0
  1. 2019-09-28 13:43:22,446 main ERROR Unable to locate plugin type for Loggers
  2. 2019-09-28 13:43:22,483 main ERROR Unable to locate plugin type for Appenders
  3. 2019-09-28 13:43:22,484 main ERROR Unable to locate plugin for AppenderRef
  4. 2019-09-28 13:43:22,485 main ERROR Unable to locate plugin for Root
  5. 2019-09-28 13:43:22,486 main ERROR Unable to locate plugin for AppenderRef
  6. 2019-09-28 13:43:22,487 main ERROR Unable to locate plugin for Logger
  7. 2019-09-28 13:43:22,489 main ERROR Unable to locate plugin for Loggers
  8. 2019-09-28 13:43:22,490 main ERROR Unable to locate plugin for PatternLayout
  9. 2019-09-28 13:43:22,490 main ERROR Unable to locate plugin for Console
  10. 2019-09-28 13:43:22,491 main ERROR Unable to locate plugin for PatternLayout
  11. 2019-09-28 13:43:22,494 main ERROR Unable to locate plugin for Console
  12. 2019-09-28 13:43:22,495 main ERROR Unable to locate plugin for Appenders
  13. 2019-09-28 13:43:22,521 main ERROR Unrecognized format specifier [d]
  14. 2019-09-28 13:43:22,523 main ERROR Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
  15. 2019-09-28 13:43:22,526 main ERROR Unrecognized format specifier [thread]
  16. 2019-09-28 13:43:22,527 main ERROR Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
  17. 2019-09-28 13:43:22,529 main ERROR Unrecognized format specifier [level]
  18. 2019-09-28 13:43:22,530 main ERROR Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
  19. 2019-09-28 13:43:22,529 main ERROR Unrecognized format specifier [level]
  20. 2019-09-28 13:43:22,530 main ERROR Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
  21. 2019-09-28 13:43:22,533 main ERROR Unrecognized format specifier [logger]
  22. 2019-09-28 13:43:22,534 main ERROR Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern.
  23. 2019-09-28 13:43:22,535 main ERROR Unrecognized format specifier [msg]
  24. 2019-09-28 13:43:22,536 main ERROR Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern.
  25. 2019-09-28 13:43:22,537 main ERROR Unrecognized format specifier [n]
  26. 2019-09-28 13:43:22,538 main ERROR Unrecognized conversion specifier [n] starting at position 56 in conversion pattern.
  27. 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...
  28. 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.
  29. Exception in thread "main" java.lang.ExceptionInInitializerError
  30. Caused by: java.lang.ClassCastException: org.apache.logging.log4j.simple.SimpleLoggerContext cannot be cast to org.apache.logging.log4j.core.LoggerContext
  31.         at org.apache.log4j.LogManager$PrivateManager.getContext(LogManager.java:215)
  32.         at org.apache.log4j.LogManager.getRootLogger(LogManager.java:70)
  33.         at ru.excalibur.launcher.Launcher.<clinit>(sg:13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement