problem with stacktrace.log while deploying grails app

后端 未结 3 1320
醉话见心
醉话见心 2021-01-02 08:45

i\'ve problem with the deployment of an grails app.

i get the following exception:

log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundEx         


        
3条回答
  •  既然无缘
    2021-01-02 09:13

    check disk space (long shot) and try chmodding to 777 just to verify its a permission issue. If it is, you either not running tomcat as the tomcat user or your directories are off...

提交回复
热议问题