View Single Post
  #14 (permalink)  
Old 11-18-2003, 12:46 PM
imported_admin imported_admin is offline
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re:Mac OS X install

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!