Help Center/ MapReduce Service/ Developer Guide (LTS)/ Manager Management Development Guide/ MFAQs in Manager Application Development/ The Error Message "WARN No appenders could be found for logger" Is Displayed When Running the Manager Application
Updated on 2026-04-09 GMT+08:00

The Error Message "WARN No appenders could be found for logger" Is Displayed When Running the Manager Application

Question

An application execution fails. Figure 1-6 shows the log information.

Figure 1 Log indicating operation failure

Answer

Check whether the compiled log4j.properties file exists in the bin directory of the project. If it does not, add the compilation path.

  1. In IntelliJ IDEA, choose File > Project Structure > Modules, and then add the conf folder that contains log4j.properties and UserInfo.properties as Source Folders.
  2. Compile the file again.