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 2004/10/15 04:41:35 UTC

DO NOT REPLY [Bug 31725] New: - File.createTemporaryFile() fails with FNFE because java.io.tmpdir does not exist

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31725>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31725

File.createTemporaryFile() fails with FNFE because java.io.tmpdir does not exist

           Summary: File.createTemporaryFile() fails with FNFE because
                    java.io.tmpdir does not exist
           Product: Tomcat 5
           Version: 5.0.18
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: prb@fivesight.com


I ran into File.createTemporaryFile() filaing with a FileNotFoundException in
Tomcat but not in standalone testing outside of a container.  The remedy,
apparently, is so ensure taht the directory specified by java.io.tmpdir actually
exists, and it would be nice if Tomcat did that instead of me having to...

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org