Quote:
|
java.io.FileNotFoundException: logs/access.log (Permission denied)
|
It seems that the current user you are when starting the server don't have permission to access the file you created before, like I said I have no much experience on MAC system, but if in the unix system, you can use some command like:
chmod 666 log/access.log
to allow other users to access the file, try some similar command in MAC, or just delete the log/access.log file, and try again!