You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org> on 2009/06/23 23:43:07 UTC

[jira] Created: (UIMA-1395) No way to programatically kill a uimacpp process launched by UimacppServiceController

No way to programatically kill a uimacpp process launched by UimacppServiceController
-------------------------------------------------------------------------------------

                 Key: UIMA-1395
                 URL: https://issues.apache.org/jira/browse/UIMA-1395
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Eddie Epstein
            Assignee: Eddie Epstein


UIMA CPP services can be launched by the UIMA_Service class 
when the UIMA AS deployment descriptor contains the element

<custom name="run_top_level_CPP_service_as_separate_process"/>

If the JVM is stopped, a shutdown hook in UimacppServiceController will
terminate the CPP process. However, if UimacppServiceController is itself
deployed in an application container, such as a Tomcat application, 
there is no way to terminate the CPP process when stopping the application.


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


[jira] Closed: (UIMA-1395) No way to programatically kill a uimacpp process launched by UimacppServiceController

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

Eddie Epstein closed UIMA-1395.
-------------------------------

    Resolution: Fixed

> No way to programatically kill a uimacpp process launched by UimacppServiceController
> -------------------------------------------------------------------------------------
>
>                 Key: UIMA-1395
>                 URL: https://issues.apache.org/jira/browse/UIMA-1395
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>            Assignee: Eddie Epstein
>
> UIMA CPP services can be launched by the UIMA_Service class 
> when the UIMA AS deployment descriptor contains the element
> <custom name="run_top_level_CPP_service_as_separate_process"/>
> If the JVM is stopped, a shutdown hook in UimacppServiceController will
> terminate the CPP process. However, if UimacppServiceController is itself
> deployed in an application container, such as a Tomcat application, 
> there is no way to terminate the CPP process when stopping the application.

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


[jira] Updated: (UIMA-1395) No way to programatically kill a uimacpp process launched by UimacppServiceController

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

Jerry Cwiklik updated UIMA-1395:
--------------------------------

    Fix Version/s: 2.3AS

> No way to programatically kill a uimacpp process launched by UimacppServiceController
> -------------------------------------------------------------------------------------
>
>                 Key: UIMA-1395
>                 URL: https://issues.apache.org/jira/browse/UIMA-1395
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>            Assignee: Eddie Epstein
>             Fix For: 2.3AS
>
>
> UIMA CPP services can be launched by the UIMA_Service class 
> when the UIMA AS deployment descriptor contains the element
> <custom name="run_top_level_CPP_service_as_separate_process"/>
> If the JVM is stopped, a shutdown hook in UimacppServiceController will
> terminate the CPP process. However, if UimacppServiceController is itself
> deployed in an application container, such as a Tomcat application, 
> there is no way to terminate the CPP process when stopping the application.

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