https://issues.apache.org/bugzilla/show_bug.cgi?id=45981

           Summary: Missing temp directory never gets recreated
           Product: Tomcat 6
           Version: 6.0.14
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: [EMAIL PROTECTED]


It has been necessary when using some web applications in tomcat to remove
everything in the work/ and temp/ directories before restarting.  However, if
the temp directory itself is removed it is not recreated causing web
applications to throw java.io.IOExceptions when a user attempts to download a
file.

java.io.IOException: No such file or directory
        java.io.UnixFileSystem.createFileExclusively(Native Method)
        java.io.File.checkAndCreate(File.java:1704)
        java.io.File.createTempFile(File.java:1793)
        java.io.File.createTempFile(File.java:1830)
        ....

Tomcat should be checking and recreating the temp directory if it is not there
at start up.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to