jmarantz commented on issue #1516: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1516#issuecomment-717939613
OK, teasing this apart: @dvershinin finds that message comes out exactly once, which is expected, at least with a fresh cache directory. I think that behavior is working-as-intended although maybe it looks slightly unclean. The reason that behavior is working-as-intended is that you don't want to be blind to a real problem...as indicated below. @Project0 is finding it comes out a lot. That's a very different issue, and is the *reason* this message exists at all. It means something is misconfigured. My guess is that the process running PageSpeed does not have permissions to write the cache directory, but maybe there's another reason. And I'm a little suspicious of my answer as I'd expect write-error messages in the log as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org