测试积点老人 发表于 2022-2-9 11:48:04

启动网上拉取的代码metersphere-master,为什么总报路径错误(为null)呢?

问题遇到的现象和发生背景
启动从网上拉下来的开源代码metersphere-master,领导和我说需要jmeter和kafka配合使用,其余领导也不知道了
运行结果及报错内容
Logging system failed to initialize using configuration from 'null'
java.lang.IllegalStateException: Logback configuration error detected:
ERROR in ch.qos.logback.core.joran.action.PropertyAction - Could not find properties file .
at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:179)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.reinitialize(LogbackLoggingSystem.java:232)
at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(AbstractLoggingSystem.java:73)
at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:60)
at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:132)
at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:313)
at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:282)我的解答思路和尝试过的方法debugger是在这里报错

海海豚 发表于 2022-2-10 09:20:39

放到一个没有空格的路径内

kallinr 发表于 2022-2-10 10:20:41

路径

qqq911 发表于 2022-2-10 10:20:42

缺少了配置文件
页: [1]
查看完整版本: 启动网上拉取的代码metersphere-master,为什么总报路径错误(为null)呢?