You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/09/21 10:52:05 UTC

[Bug 66203] Better error message than "llegalStateException: No output folder" in JspCompilationContext.createOutputDir()

https://bz.apache.org/bugzilla/show_bug.cgi?id=66203

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
I've added an ERROR level log message that reports the full path to the
directory that can't be created. That should be sufficient for the system admin
to debug the issue.

I agree with Konstantin that permissions management varies too much between
operating systems for provision of more detailed debugging information to be
practical.

The message gets logged once per compilation failure (not once per request to
the JSP). Given that JSP compilation is fundamentally broken in these
circumstances, that level of logging does not seem excessive.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org