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
I ran into a similar issue with Grails 1.3.7 and found this fixed it (by pushing the stack trace log into the standard logging directory)
log4j = { appenders { rollingFile name: "stacktrace", maxFileSize: 1024, file: "/var/logs/piws-stacktrace.log" ....