You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Lou DeGenaro (JIRA)" <de...@uima.apache.org> on 2019/03/19 12:00:00 UTC

[jira] [Created] (UIMA-6003) DUCC start_sim fails to create a pids file

Lou DeGenaro created UIMA-6003:
----------------------------------

             Summary: DUCC start_sim fails to create a pids file
                 Key: UIMA-6003
                 URL: https://issues.apache.org/jira/browse/UIMA-6003
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Lou DeGenaro
            Assignee: Lou DeGenaro
             Fix For: future-DUCC


When running start_sim, we get the following message at the end:

All Work completed
Traceback (most recent call last):
  File "./start_sim", line 438, in <module>
    starter.main(sys.argv[1:])
  File "./start_sim", line 434, in main
    self.pids.write('sim.pids')            
  File "/usr/local/duccy/ducc_runtime/apache-uima-ducc-3.0.0/bin/properties.py", line 232, in write
    f = open(propsfile, 'w')
IOError: [Errno 21] Is a directory: 'sim.pids'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)