Rick Mann wrote: > I'm getting this error: > > [03/17 17:13:34.577] WARNING com.caucho.server.webapp.ErrorPageManager > sendServletErrorImpl > /home1/rmann/www/org/roderickmann/comics/WEB-INF/work/_jsp/_index__jsp.java > (Permission denied) > > > But it's not clear to me why. the work dir is owned by www:www, and the user > has rwx perms all the way down. The file actually exists. The directory was > created by resin 4.0.5. Resin is configured for user & group "www". It was > launched with: > > sudo /usr/java/bin/java -jar /usr/local/resin/lib/resin.jar -conf > /var/resin/resin.xml -log-directory /var/logs/resin -root-directory > /var/resin/root -verbose start > > It'd sure be nice if the exception could indicate what it's trying to do that > file (obviously not create it, because it succeeded in doing that). > Can you turn level="finer" in the <logger> configuration and send the stack trace?
That message looks like a JDK IOException message (which is why it's cryptic :-) The stack trace will show what's actually happening. -- Scott > Ideas? > TIA! > Rick > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
