DocumentAnalyzer cant be run by multiple users on the same machine
------------------------------------------------------------------

                 Key: UIMA-300
                 URL: https://issues.apache.org/jira/browse/UIMA-300
             Project: UIMA
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.1
         Environment: Multiuser system with shared temporary directories (e.g., 
a typical Linux install)
            Reporter: J William Murdock


DocumentAnalyzer writes some files (e.g., annotationViewer.js) to temporary 
directory.  If it does not have permissions to write those files, then it 
throws an exception and does not start.  It gives these files the same name 
each time.  If there are multiple users with the same temporary directory 
(e.g., /tmp), one of those users runs DocumentAnalyzer and writes these files 
to /tmp.  By default, other users are not given write permissions to that file 
(even though they have write permissions to the directory).  Thus they cannot 
override the file and when they try to run DocumentAnalyzer, it does not start.

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

Reply via email to