You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Bhavani Iyer (JIRA)" <ui...@incubator.apache.org> on 2009/08/13 18:06:15 UTC

[jira] Created: (UIMA-1490) C++ service fails to properly terminate when UimacppServiceController is stopped.

C++ service fails to properly terminate when UimacppServiceController is stopped.
---------------------------------------------------------------------------------

                 Key: UIMA-1490
                 URL: https://issues.apache.org/jira/browse/UIMA-1490
             Project: UIMA
          Issue Type: Bug
          Components: C++ Framework
            Reporter: Bhavani Iyer


The C++ service is still running after UimacppServiceController has terminated. The problem appears to be that the AnalysisEngine instances are not explicitly destroyed.

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


[jira] Closed: (UIMA-1490) C++ service fails to properly terminate when UimacppServiceController is stopped.

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1490.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3C

> C++ service fails to properly terminate when UimacppServiceController is stopped.
> ---------------------------------------------------------------------------------
>
>                 Key: UIMA-1490
>                 URL: https://issues.apache.org/jira/browse/UIMA-1490
>             Project: UIMA
>          Issue Type: Bug
>          Components: C++ Framework
>            Reporter: Bhavani Iyer
>            Assignee: Bhavani Iyer
>             Fix For: 2.3C
>
>         Attachments: UIMACPP-1490.patch
>
>
> The C++ service is still running after UimacppServiceController has terminated. The problem appears to be that the AnalysisEngine instances are not explicitly destroyed.

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


[jira] Assigned: (UIMA-1490) C++ service fails to properly terminate when UimacppServiceController is stopped.

Posted by "Bhavani Iyer (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhavani Iyer reassigned UIMA-1490:
----------------------------------

    Assignee: Bhavani Iyer

> C++ service fails to properly terminate when UimacppServiceController is stopped.
> ---------------------------------------------------------------------------------
>
>                 Key: UIMA-1490
>                 URL: https://issues.apache.org/jira/browse/UIMA-1490
>             Project: UIMA
>          Issue Type: Bug
>          Components: C++ Framework
>            Reporter: Bhavani Iyer
>            Assignee: Bhavani Iyer
>
> The C++ service is still running after UimacppServiceController has terminated. The problem appears to be that the AnalysisEngine instances are not explicitly destroyed.

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


[jira] Updated: (UIMA-1490) C++ service fails to properly terminate when UimacppServiceController is stopped.

Posted by "Bhavani Iyer (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhavani Iyer updated UIMA-1490:
-------------------------------

    Attachment: UIMACPP-1490.patch

Added call to destroy AnalysisEngine instances before terminating.

> C++ service fails to properly terminate when UimacppServiceController is stopped.
> ---------------------------------------------------------------------------------
>
>                 Key: UIMA-1490
>                 URL: https://issues.apache.org/jira/browse/UIMA-1490
>             Project: UIMA
>          Issue Type: Bug
>          Components: C++ Framework
>            Reporter: Bhavani Iyer
>            Assignee: Bhavani Iyer
>         Attachments: UIMACPP-1490.patch
>
>
> The C++ service is still running after UimacppServiceController has terminated. The problem appears to be that the AnalysisEngine instances are not explicitly destroyed.

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