>>> PANIC : Error configuring AvalonLogSystem : >java.io.FileNotFoundException: >>> /home/virtual/site1/fst/var/www/html/logs/velocity.log >(Permission denied) >> >>Does the user that is running catalina have the file system >>privileges necessary to create the above file? > >Now you're testing my Linux knowledge - I used chmod ugo+w on >the /home/virtual/site1/fst/var/www/html/logs directory to make >it wide open. Catalina is being run by a user called tomcat4. I >don't know how to check this user's privileges, but I hoped that >setting write permission on the log directory would do it.
Doh! I had run catalina as root at some stage, which means that velocity.log and turbine.log were created by root. I deleted these files then restarted catalina and new log files were created. Now I am getting java.lang.IllegalStateException: Current state = FLUSHED, new state = CODING_END, but I saw posting from March suggesting that this is an issue with Tomcat4.0.3 and JDK1.4, so I will try JDK1.3. -kevin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
