error.log 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2024-06-04 13:36:58.544 ERROR 14308 --- [ main] o.s.boot.SpringApplication  : Application run failed
  2. java.lang.IllegalStateException: java.lang.IllegalStateException: Logback configuration error detected:
  3. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [STDOUT]. Did you define it below instead of above in the configuration file?
  4. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  5. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.error]. Did you define it below instead of above in the configuration file?
  6. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  7. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.info]. Did you define it below instead of above in the configuration file?
  8. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  9. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.warn]. Did you define it below instead of above in the configuration file?
  10. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  11. at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:328)
  12. at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:282)
  13. at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:240)
  14. at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:216)
  15. at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
  16. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
  17. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
  18. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:131)
  19. at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:82)
  20. at org.springframework.boot.SpringApplicationRunListeners.lambda$environmentPrepared$2(SpringApplicationRunListeners.java:63)
  21. at java.util.ArrayList.forEach(ArrayList.java:1259)
  22. at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)
  23. at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)
  24. at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:62)
  25. at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:374)
  26. at org.springframework.boot.SpringApplication.run(SpringApplication.java:332)
  27. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1356)
  28. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1345)
  29. at com.muchinfo.mtp3century.Mtp3CenturyApplication.main(Mtp3CenturyApplication.java:13)
  30. Caused by: java.lang.IllegalStateException: Logback configuration error detected:
  31. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [STDOUT]. Did you define it below instead of above in the configuration file?
  32. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  33. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.error]. Did you define it below instead of above in the configuration file?
  34. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  35. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.info]. Did you define it below instead of above in the configuration file?
  36. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  37. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [file.warn]. Did you define it below instead of above in the configuration file?
  38. ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  39. at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:179)
  40. at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithSpecificConfig(AbstractLoggingSystem.java:66)
  41. at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:57)
  42. at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:132)
  43. at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:316)
  44. ... 18 common frames omitted