DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3581>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3581 Ctx() : Error creating validation mark - java.io.FileNotFoundException [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2001-09-19 16:45 ------- Aha, cleanWorkDir=true was the problem. Fixed, next nightly will have it. BTW, any reason for using cleanWorkDir=true? We have it mostly for backward compat. ( and many thanks for testing it !), I couldn't find any reason you would delete the work dir ( which can be used to store persistent data, will contain the compiled jsp files, etc ). By using it you'll force recompilation of all pages and lose anything a servlet may write ( and the work dir is the only dir where a servlet is allowed to write - if sandbox is enabled )