You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rakshith N (JIRA)" <ji...@apache.org> on 2008/05/06 11:41:56 UTC

[jira] Created: (VFS-209) RAM file system writes to a RAM file fail under heavy load

RAM file system writes to a RAM file fail under heavy load
----------------------------------------------------------

                 Key: VFS-209
                 URL: https://issues.apache.org/jira/browse/VFS-209
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: Fails on all platforms
            Reporter: Rakshith N
            Priority: Critical


Simple writes to a RAM file using the Microsoft Web Stress tool fails by throwing a FileSystemException which says that the file is already in use. 

I have double checked the streams. In happens, in spite of close being called each time on the outputstream.

org.apache.commons.vfs.FileSystemException: Could
 not write to ""ram:///dynamic.cfm"" because it is currently in use.

It fails while trying to get the OutputStream from the FileContent.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.