You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2016/07/21 15:41:20 UTC

[jira] [Created] (UIMA-5023) UIMA-AS: Spring context file not cleaned up on deployment failure

Jerry Cwiklik created UIMA-5023:
-----------------------------------

             Summary: UIMA-AS: Spring context file not cleaned up on deployment failure
                 Key: UIMA-5023
                 URL: https://issues.apache.org/jira/browse/UIMA-5023
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.8.2AS


UIMA_Service uses Dd2spring.java to process deployment descriptor and to generate Spring context file used for service deployment. Once the deployment happens (good or failed) the context file is no longer needed. 
These files are generated in OS specific temp directory. 
The bug is that the code only deletes the context file if the deployment succeeds. On deploy error, the code calls System.exit() and does not remove temp files it generated.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)