openFile(/tmp/spring.log,true) call failed. java.io.FileNotFoundException: /tmp/spring.log (Permissi

2022/7/21 1:23:38

本文主要是介绍openFile(/tmp/spring.log,true) call failed. java.io.FileNotFoundException: /tmp/spring.log (Permissi,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

 

ERROR [main] SpringApplication: Application run failed
java.lang.IllegalStateException: Logback configuration error detected: 
ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - openFile(/tmp/spring.log,true) call failed. java.io.FileNotFoundException: /tmp/spring.log (Permission denied)

 

以往正常运行的项目,启动时报错,java.io.FileNotFoundException: /tmp/spring.log (Permission denied)

经验证,使用sudo -i ,提权至root ,再运行即可

原因为:之前使用的相关插件,此次更新在sudo -i 下启动的,所以这个也同步执行即可



这篇关于openFile(/tmp/spring.log,true) call failed. java.io.FileNotFoundException: /tmp/spring.log (Permissi的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程