You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/02/19 08:48:18 UTC

[jira] [Resolved] (KARAF-4330) Instance script doesn't return correct PID number if root instance is started two times

     [ https://issues.apache.org/jira/browse/KARAF-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino resolved KARAF-4330.
-------------------------------------
    Resolution: Fixed

> Instance script doesn't return correct PID number if root instance is started two times
> ---------------------------------------------------------------------------------------
>
>                 Key: KARAF-4330
>                 URL: https://issues.apache.org/jira/browse/KARAF-4330
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.5, 4.0.4
>            Reporter: Andrea Cosentino
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 4.1.0, 4.0.5
>
>
> Use case:
> - Run a first Karaf root instance 
> - Check the PID with instance script
> - Run a second Karaf root instance, the script will hang as expected
> - Check the PID with the instance script. The PID will be the one from the second instance even if it's not started correctly and it's hanging.
> - Kill the second instance
> - Check the PID with the instance script. The PID is now 0 and the status is stopped, but we have the first instance currently running.
> This is not a normal workflow, I see. Starting two times the root instance or two instances with the same instance name is not correct, but anyway it's something we should consider to manage.



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